AntennaModelHelix#

class ansys.stk.core.stkobjects.AntennaModelHelix#

Bases: IAntennaModel, IComponentInfo, ICloneable

Class defining a helix antenna model.

Overview#

diameter

Get or set the diameter.

efficiency

Get or set the efficiency.

backlobe_gain

Get or set the back lobe gain.

turn_spacing

Get or set the turn spacing.

number_of_turns

Get or set the number of turns.

use_backlobe_as_mainlobe_atten

Get or set the option for using the back lobe gain as a main lobe gain attenuation.

Import detail#

from ansys.stk.core.stkobjects import AntennaModelHelix

Property detail#

property AntennaModelHelix.diameter: float#

Get or set the diameter.

property AntennaModelHelix.efficiency: float#

Get or set the efficiency.

property AntennaModelHelix.backlobe_gain: float#

Get or set the back lobe gain.

property AntennaModelHelix.turn_spacing: float#

Get or set the turn spacing.

property AntennaModelHelix.number_of_turns: float#

Get or set the number of turns.

property AntennaModelHelix.use_backlobe_as_mainlobe_atten: bool#

Get or set the option for using the back lobe gain as a main lobe gain attenuation.