ElementConfigurationHfssEepFile#

class ansys.stk.core.stkobjects.ElementConfigurationHfssEepFile#

Class defining an HFSS EEP file element configuration.

Overview#

filename

Get or set the file.

defined_frequencies

Get the frequencies defined in the file.

gain_type

Get or set the gain type.

defined_power_value

Get the Defined Power Value for the selected GainType.

user_gain_factor

Get or set the User Gain Factor.

Import detail#

from ansys.stk.core.stkobjects import ElementConfigurationHfssEepFile

Property detail#

property ElementConfigurationHfssEepFile.filename: str#

Get or set the file.

property ElementConfigurationHfssEepFile.defined_frequencies: str#

Get the frequencies defined in the file.

property ElementConfigurationHfssEepFile.gain_type: HFSSFarFieldDataGainType#

Get or set the gain type.

property ElementConfigurationHfssEepFile.defined_power_value: float#

Get the Defined Power Value for the selected GainType.

property ElementConfigurationHfssEepFile.user_gain_factor: float#

Get or set the User Gain Factor.