RadarPulseIntegrationFixedNumberOfPulses#

class ansys.stk.core.stkobjects.RadarPulseIntegrationFixedNumberOfPulses#

Bases: IRadarPulseIntegration

Class defining the fixed number of pulses integration method.

Overview#

pulse_number

Get or set the pulse number.

integrator_type

Get or set the integrator type.

constant_efficiency

Get or set the constant efficiency value.

exponent_on_pulse_number

Get or set the exponent on pulse number value.

non_coherent_integration

Get or set the non-coherent integration flag.

Import detail#

from ansys.stk.core.stkobjects import RadarPulseIntegrationFixedNumberOfPulses

Property detail#

property RadarPulseIntegrationFixedNumberOfPulses.pulse_number: int#

Get or set the pulse number.

property RadarPulseIntegrationFixedNumberOfPulses.integrator_type: RadarPulseIntegratorType#

Get or set the integrator type.

property RadarPulseIntegrationFixedNumberOfPulses.constant_efficiency: float#

Get or set the constant efficiency value.

property RadarPulseIntegrationFixedNumberOfPulses.exponent_on_pulse_number: float#

Get or set the exponent on pulse number value.

property RadarPulseIntegrationFixedNumberOfPulses.non_coherent_integration: bool#

Get or set the non-coherent integration flag.