RadarMultifunctionDetectionProcessing#

class ansys.stk.core.stkobjects.RadarMultifunctionDetectionProcessing#

Class defining multifunction radar detection processing.

Overview#

set_probability_of_detection

Set the probability of detection algorithm by name.

supported_probability_of_detection

Get an array of supported model names.

probability_of_detection

Get the interface for setting the probability of detection parameters.

pulse_integration_type

Get or set the pulse integration type.

pulse_integration

Get the interface for setting pulse integration parameters.

enable_resolution_override

Get or set the flag for overriding the computed range and azimuth resolution values.

range_cell_resolution

Get or set the overriding range cell resolution value.

azimuth_resolution

Get or set the overriding azimuth resolution value.

enable_pulse_canceller

Get or set the flag for enabling pulse cancellation.

number_of_pulses_to_cancel

Get or set the number of pulses to cancel.

enable_coherent_pulses

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.

property RadarMultifunctionDetectionProcessing.number_of_pulses_to_cancel: int#

Get or set the number of pulses to cancel.

property RadarMultifunctionDetectionProcessing.enable_coherent_pulses: bool#

Get or set the flag for modeling coherent pulses.

Method detail#

RadarMultifunctionDetectionProcessing.set_probability_of_detection(self, name: str) None#

Set the probability of detection algorithm by name.

Parameters:

name : str

Returns:

None