RadarCrossSectionFrequencyBand#
- class ansys.stk.core.stkobjects.RadarCrossSectionFrequencyBand#
Class defining a inheritable radar cross section frequency band.
Overview#
Set the current compute strategy by name. |
Get or set the frequency band minimum frequency. |
|
Get or set the frequency band maximum frequency. |
|
Get or set the band Swerling case. |
|
Get an array of supported compute strategy names. |
|
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.