RadarCrossSection#

class ansys.stk.core.stkobjects.RadarCrossSection#

Class defining a radar cross section.

Overview#

set_model

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

supported_models

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

model

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

model_component_linking

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

Import detail#

from ansys.stk.core.stkobjects import RadarCrossSection

Property detail#

property RadarCrossSection.supported_models: list#

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

property RadarCrossSection.model: RadarCrossSectionModel#

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

property RadarCrossSection.model_component_linking: IComponentLinkEmbedControl#

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

Method detail#

RadarCrossSection.set_model(self, model_name: str) None#

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

Parameters:

model_name : str

Returns:

None