IAntennaModelOpticalSimple#

class ansys.stk.core.stkobjects.IAntennaModelOpticalSimple#

Provide access to the properties and methods defining a simple optical antenna model.

Overview#

compute_gain

Get or set the option for computing gain.

maximum_gain

Get or set the maximum gain.

area

Get or set the area.

efficiency

Get or set the area.

Import detail#

from ansys.stk.core.stkobjects import IAntennaModelOpticalSimple

Property detail#

property IAntennaModelOpticalSimple.compute_gain: bool#

Get or set the option for computing gain.

property IAntennaModelOpticalSimple.maximum_gain: float#

Get or set the maximum gain.

property IAntennaModelOpticalSimple.area: float#

Get or set the area.

property IAntennaModelOpticalSimple.efficiency: float#

Get or set the area.