RadarModeMonostaticSearchTrack#

class ansys.stk.core.stkobjects.RadarModeMonostaticSearchTrack#

Bases: IRadarModeMonostatic, IComponentInfo, ICloneable

Class defining a monostatic search/track radar mode.

Overview#

set_waveform_type

Set the waveform type.

waveform

Get the interface for configuring the search/track waveform.

doppler_clutter_filters

Get the RadarDopplerClutterFilters interface for configuring the doppler clutter filters.

Import detail#

from ansys.stk.core.stkobjects import RadarModeMonostaticSearchTrack

Property detail#

property RadarModeMonostaticSearchTrack.waveform: IRadarWaveformSearchTrack#

Get the interface for configuring the search/track waveform.

property RadarModeMonostaticSearchTrack.doppler_clutter_filters: RadarDopplerClutterFilters#

Get the RadarDopplerClutterFilters interface for configuring the doppler clutter filters.

Method detail#

RadarModeMonostaticSearchTrack.set_waveform_type(self, value: RadarWaveformSearchTrackType) None#

Set the waveform type.

Parameters:

value : RadarWaveformSearchTrackType

Returns:

None