AntennaControl#
- class ansys.stk.core.stkobjects.AntennaControl#
Class defining the properties for a antenna control.
Overview#
Do not use this method, as it is deprecated. Use EmbeddedModelComponentLinking on AntennaControl instead. Sets the current antenna model by name. |
Get or set the antenna control reference type. |
|
Get an array of available antenna objects that this object can link to and use. |
|
Get or set the linked antenna object. |
|
Do not use this property, as it is deprecated. Use EmbeddedModelComponentLinking on AntennaControl instead. Gets an array of supported model names. |
|
Do not use this property, as it is deprecated. Use EmbeddedModelComponentLinking on AntennaControl instead. Gets the current antenna model. |
|
Get or set the antenna orientation. |
|
Get the link/embed controller for managing the embedded antenna model component. |
Import detail#
from ansys.stk.core.stkobjects import AntennaControl
Property detail#
- 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.
- property AntennaControl.supported_embedded_models: list#
Do not use this property, as it is deprecated. Use EmbeddedModelComponentLinking on AntennaControl instead. Gets an array of supported model names.
- property AntennaControl.embedded_model: IAntennaModel#
Do not use this property, as it is deprecated. Use EmbeddedModelComponentLinking on AntennaControl instead. Gets the current antenna model.
- property AntennaControl.embedded_model_orientation: IOrientation#
Get or set the antenna orientation.
- property AntennaControl.embedded_model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the embedded antenna model component.