Radar#
- class ansys.stk.core.stkobjects.Radar#
Bases:
ISTKObject
,ILifetimeInformation
Class defining the radar object.
Overview#
Do not use this method, as it is deprecated. Use ModelComponentLinking on Radar instead. Sets the current radar model by name. |
|
Get a value indicating whether the specified type can be used. |
Do not use this property, as it is deprecated. Use ModelComponentLinking on Radar instead. Gets an array of supported model names. |
|
Do not use this property, as it is deprecated. Use ModelComponentLinking on Radar instead. Gets the current radar model. |
|
Refraction method, a member of the SensorRefractionType enumeration. |
|
Return an array of valid choices. |
|
Get a refraction model. |
|
Flag controls whether refraction is applied when computing relative position in Access. |
|
Get the 3D Graphics properties for the radar. |
|
Get the 2D Graphics properties for the radar. |
|
Get the object RF Environment settings. |
|
Get the link/embed controller for managing the radar model component. |
Import detail#
from ansys.stk.core.stkobjects import Radar
Property detail#
- property Radar.supported_models: list#
Do not use this property, as it is deprecated. Use ModelComponentLinking on Radar instead. Gets an array of supported model names.
- property Radar.model: IRadarModel#
Do not use this property, as it is deprecated. Use ModelComponentLinking on Radar instead. Gets the current radar model.
- property Radar.refraction: SensorRefractionType#
Refraction method, a member of the SensorRefractionType enumeration.
- property Radar.refraction_model: IRefractionModelBase#
Get a refraction model.
- property Radar.use_refraction_in_access: bool#
Flag controls whether refraction is applied when computing relative position in Access.
- property Radar.graphics_3d: RadarGraphics3D#
Get the 3D Graphics properties for the radar.
- property Radar.graphics: RadarGraphics#
Get the 2D Graphics properties for the radar.
- property Radar.rf_environment: ObjectRFEnvironment#
Get the object RF Environment settings.
- property Radar.model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the radar model component.
Method detail#
- Radar.set_model(self, model_name: str) None #
Do not use this method, as it is deprecated. Use ModelComponentLinking on Radar instead. Sets the current radar model by name.
- Radar.is_refraction_type_supported(self, model: SensorRefractionType) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
model :
SensorRefractionType
- Returns: