RadarMultifunctionDetectionProcessing#
- class ansys.stk.core.stkobjects.RadarMultifunctionDetectionProcessing#
Class defining multifunction radar detection processing.
Overview#
Set the probability of detection algorithm by name. |
Get an array of supported model names. |
|
Get the interface for setting the probability of detection parameters. |
|
Get or set the pulse integration type. |
|
Get the interface for setting pulse integration parameters. |
|
Get or set the flag for overriding the computed range and azimuth resolution values. |
|
Get or set the overriding range cell resolution value. |
|
Get or set the overriding azimuth resolution value. |
|
Get or set the flag for enabling pulse cancellation. |
|
Get or set the number of pulses to cancel. |
|
Get or set the flag for modeling coherent pulses. |
Import detail#
from ansys.stk.core.stkobjects import RadarMultifunctionDetectionProcessing
Property detail#
- property RadarMultifunctionDetectionProcessing.supported_probability_of_detection: list#
Get an array of supported model names.
- property RadarMultifunctionDetectionProcessing.probability_of_detection: IRadarProbabilityOfDetection#
Get the interface for setting the probability of detection parameters.
- property RadarMultifunctionDetectionProcessing.pulse_integration_type: RadarPulseIntegrationType#
Get or set the pulse integration type.
- property RadarMultifunctionDetectionProcessing.pulse_integration: IRadarPulseIntegration#
Get the interface for setting pulse integration parameters.
- property RadarMultifunctionDetectionProcessing.enable_resolution_override: bool#
Get or set the flag for overriding the computed range and azimuth resolution values.
- property RadarMultifunctionDetectionProcessing.range_cell_resolution: float#
Get or set the overriding range cell resolution value.
- property RadarMultifunctionDetectionProcessing.azimuth_resolution: float#
Get or set the overriding azimuth resolution value.
- property RadarMultifunctionDetectionProcessing.enable_pulse_canceller: bool#
Get or set the flag for enabling pulse cancellation.