Radar#

class ansys.stk.core.stkobjects.Radar#

Bases: ISTKObject, ILifetimeInformation

Class defining the radar object.

Overview#

is_refraction_type_supported

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

set_model

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

graphics

Get the 2D Graphics properties for the radar.

graphics_3d

Get the 3D Graphics properties for the radar.

model

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

model_component_linking

Get the link/embed controller for managing the radar model component.

refraction

Refraction method, a member of the SensorRefractionType enumeration.

refraction_model

Get a refraction model.

refraction_supported_types

Return an array of valid choices.

rf_environment

Get the object RF Environment settings.

supported_models

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

use_refraction_in_access

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

Import detail#

from ansys.stk.core.stkobjects import Radar

Property detail#

property Radar.graphics: RadarGraphics#

Get the 2D Graphics properties for the radar.

property Radar.graphics_3d: RadarGraphics3D#

Get the 3D Graphics properties for the radar.

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.model_component_linking: IComponentLinkEmbedControl#

Get the link/embed controller for managing the radar model component.

property Radar.refraction: SensorRefractionType#

Refraction method, a member of the SensorRefractionType enumeration.

property Radar.refraction_model: IRefractionModelBase#

Get a refraction model.

property Radar.refraction_supported_types: list#

Return an array of valid choices.

property Radar.rf_environment: ObjectRFEnvironment#

Get the object RF Environment settings.

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.use_refraction_in_access: bool#

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

Method detail#

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

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