AntennaControl#

class ansys.stk.core.stkobjects.AntennaControl#

Class defining the properties for a antenna control.

Overview#

embedded_model_component_linking

Get the link/embed controller for managing the embedded antenna model component.

embedded_model_orientation

Get or set the antenna orientation.

linked_antenna_object

Get or set the linked antenna object.

reference_type

Get or set the antenna control reference type.

supported_linked_antenna_objects

Get an array of available antenna objects that this object can link to and use.

Import detail#

from ansys.stk.core.stkobjects import AntennaControl

Property detail#

property AntennaControl.embedded_model_component_linking: IComponentLinkEmbedControl#

Get the link/embed controller for managing the embedded antenna model component.

property AntennaControl.embedded_model_orientation: IOrientation#

Get or set the antenna orientation.

property AntennaControl.linked_antenna_object: str#

Get or set the linked antenna object.

property AntennaControl.reference_type: AntennaControlReferenceType#

Get or set the antenna control reference type.

property AntennaControl.supported_linked_antenna_objects: list#

Get an array of available antenna objects that this object can link to and use.