IAntennaModel#

class ansys.stk.core.stkobjects.IAntennaModel#

Provide access to the properties and methods defining an antenna model.

Overview#

name

Get the antenna model name.

type

Get the antenna model type enumeration.

design_frequency

Get the antenna design frequency.

Import detail#

from ansys.stk.core.stkobjects import IAntennaModel

Property detail#

property IAntennaModel.name: str#

Get the antenna model name.

property IAntennaModel.type: AntennaModelType#

Get the antenna model type enumeration.

property IAntennaModel.design_frequency: float#

Get the antenna design frequency.