RadarWaveformSearchTrackPulseDefinition#

class ansys.stk.core.stkobjects.RadarWaveformSearchTrackPulseDefinition#

Class defining the pulse definition for a search track waveform.

Overview#

pulse_repetition_frequency_mode

Get or set the prf mode enumeration.

pulse_repetition_frequency

Get or set the pulse repetition frequency.

unambiguous_range

Get or set the unambiguous range.

unambiguous_velocity

Get or set the unambiguous velocity.

pulse_width_mode

Get or set the pulse width mode enumeration.

pulse_width

Get or set the pulse width.

duty_factor

Get or set the duty factor.

number_of_pulses

Get or set the number of pulses.

Import detail#

from ansys.stk.core.stkobjects import RadarWaveformSearchTrackPulseDefinition

Property detail#

property RadarWaveformSearchTrackPulseDefinition.pulse_repetition_frequency_mode: RadarSearchTrackPRFMode#

Get or set the prf mode enumeration.

property RadarWaveformSearchTrackPulseDefinition.pulse_repetition_frequency: float#

Get or set the pulse repetition frequency.

property RadarWaveformSearchTrackPulseDefinition.unambiguous_range: float#

Get or set the unambiguous range.

property RadarWaveformSearchTrackPulseDefinition.unambiguous_velocity: float#

Get or set the unambiguous velocity.

property RadarWaveformSearchTrackPulseDefinition.pulse_width_mode: RadarSearchTrackPulseWidthMode#

Get or set the pulse width mode enumeration.

property RadarWaveformSearchTrackPulseDefinition.pulse_width: float#

Get or set the pulse width.

property RadarWaveformSearchTrackPulseDefinition.duty_factor: float#

Get or set the duty factor.

property RadarWaveformSearchTrackPulseDefinition.number_of_pulses: int#

Get or set the number of pulses.