Radar#

class ansys.stk.core.stkobjects.Radar#

Bases: ISTKObject, ILifetimeInformation

Class defining the radar object.

Overview#

set_model

Do not use this method, as it is deprecated. Use ModelComponentLinking on Radar instead. Sets the current radar model by name.

is_refraction_type_supported

Get a value indicating whether the specified type can be used.

supported_models

Do not use this property, as it is deprecated. Use ModelComponentLinking on Radar instead. Gets an array of supported model names.

model

Do not use this property, as it is deprecated. Use ModelComponentLinking on Radar instead. Gets the current radar model.

refraction

Refraction method, a member of the SensorRefractionType enumeration.

refraction_supported_types

Return an array of valid choices.

refraction_model

Get a refraction model.

use_refraction_in_access

Flag controls whether refraction is applied when computing relative position in Access.

graphics_3d

Get the 3D Graphics properties for the radar.

graphics

Get the 2D Graphics properties for the radar.

rf_environment

Get the object RF Environment settings.

model_component_linking

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_supported_types: list#

Return an array of valid choices.

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.

Parameters:

model_name : str

Returns:

None

Radar.is_refraction_type_supported(self, model: SensorRefractionType) bool#

Get a value indicating whether the specified type can be used.

Parameters:

model : SensorRefractionType

Returns:

bool