RadarWaveformSarPulseDefinition#

class ansys.stk.core.stkobjects.RadarWaveformSarPulseDefinition#

Class defining the pulse definition for a SAR 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.

range_resolution_mode

Get or set the range resolution mode enumeration.

range_resolution

Get or set the range resolution.

bandwidth

Get or set the bandwidth.

pulse_compression_ratio_mode

Get or set the pulse compression ratio mode enumeration.

pulse_compression_ratio

Get or set the pulse compression ratio.

pulse_width

Get or set the pulse width.

scene_depth

Get or set the scene depth.

fm_chirp_rate

Get or set the FM chirp rate.

range_broadening_factor

Get or set the range broadening factor. This property is read only for monostatic radar systems.

if_bandwidth

Get or set the IF bandwidth. This property is read only for monostatic radar systems.

number_of_pulses

Get or set the number of pulses.

Import detail#

from ansys.stk.core.stkobjects import RadarWaveformSarPulseDefinition

Property detail#

property RadarWaveformSarPulseDefinition.pulse_repetition_frequency_mode: RadarSarPRFMode#

Get or set the prf mode enumeration.

property RadarWaveformSarPulseDefinition.pulse_repetition_frequency: float#

Get or set the pulse repetition frequency.

property RadarWaveformSarPulseDefinition.unambiguous_range: float#

Get or set the unambiguous range.

property RadarWaveformSarPulseDefinition.range_resolution_mode: RadarSarRangeResolutionMode#

Get or set the range resolution mode enumeration.

property RadarWaveformSarPulseDefinition.range_resolution: float#

Get or set the range resolution.

property RadarWaveformSarPulseDefinition.bandwidth: float#

Get or set the bandwidth.

property RadarWaveformSarPulseDefinition.pulse_compression_ratio_mode: RadarSarPcrMode#

Get or set the pulse compression ratio mode enumeration.

property RadarWaveformSarPulseDefinition.pulse_compression_ratio: float#

Get or set the pulse compression ratio.

property RadarWaveformSarPulseDefinition.pulse_width: float#

Get or set the pulse width.

property RadarWaveformSarPulseDefinition.scene_depth: float#

Get or set the scene depth.

property RadarWaveformSarPulseDefinition.fm_chirp_rate: float#

Get or set the FM chirp rate.

property RadarWaveformSarPulseDefinition.range_broadening_factor: float#

Get or set the range broadening factor. This property is read only for monostatic radar systems.

property RadarWaveformSarPulseDefinition.if_bandwidth: float#

Get or set the IF bandwidth. This property is read only for monostatic radar systems.

property RadarWaveformSarPulseDefinition.number_of_pulses: int#

Get or set the number of pulses.