RadarWaveformSarPulseDefinition#
- class ansys.stk.core.stkobjects.RadarWaveformSarPulseDefinition#
Class defining the pulse definition for a SAR waveform.
Overview#
Get or set the prf mode enumeration. |
|
Get or set the pulse repetition frequency. |
|
Get or set the unambiguous range. |
|
Get or set the range resolution mode enumeration. |
|
Get or set the range resolution. |
|
Get or set the bandwidth. |
|
Get or set the pulse compression ratio mode enumeration. |
|
Get or set the pulse compression ratio. |
|
Get or set the pulse width. |
|
Get or set the scene depth. |
|
Get or set the FM chirp rate. |
|
Get or set the range broadening factor. This property is read only for monostatic radar systems. |
|
Get or set the IF bandwidth. This property is read only for monostatic radar systems. |
|
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.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.range_broadening_factor: float#
Get or set the range broadening factor. This property is read only for monostatic radar systems.