RadarCrossSectionFrequencyBand#

class ansys.stk.core.stkobjects.RadarCrossSectionFrequencyBand#

Class defining a inheritable radar cross section frequency band.

Overview#

set_compute_strategy

Set the current compute strategy by name.

minimum_frequency

Get or set the frequency band minimum frequency.

maximum_frequency

Get or set the frequency band maximum frequency.

swerling_case

Get or set the band Swerling case.

supported_compute_strategies

Get an array of supported compute strategy names.

compute_strategy

Get the current compute strategy.

Import detail#

from ansys.stk.core.stkobjects import RadarCrossSectionFrequencyBand

Property detail#

property RadarCrossSectionFrequencyBand.minimum_frequency: float#

Get or set the frequency band minimum frequency.

property RadarCrossSectionFrequencyBand.maximum_frequency: float#

Get or set the frequency band maximum frequency.

property RadarCrossSectionFrequencyBand.swerling_case: RadarSwerlingCase#

Get or set the band Swerling case.

property RadarCrossSectionFrequencyBand.supported_compute_strategies: list#

Get an array of supported compute strategy names.

property RadarCrossSectionFrequencyBand.compute_strategy: IRadarCrossSectionComputeStrategy#

Get the current compute strategy.

Method detail#

RadarCrossSectionFrequencyBand.set_compute_strategy(self, compute_strategy_name: str) None#

Set the current compute strategy by name.

Parameters:

compute_strategy_name : str

Returns:

None