CfgHFSSSetup#

class pyedb.configuration.cfg_setup.CfgHFSSSetup(pedb, pyedb_obj, **kwargs)#

Bases: CfgSetup

Parameters:
namestr, optional
typestr

Type of the setup. Optionals are "hfss", "siwave_ac", "siwave_dc".

Overview#

Import detail#

from pyedb.configuration.cfg_setup import CfgHFSSSetup

Attribute detail#

CfgHFSSSetup.type = 'hfss'#
CfgHFSSSetup.f_adapt#
CfgHFSSSetup.max_num_passes#
CfgHFSSSetup.max_mag_delta_s#
CfgHFSSSetup.auto_mesh_operation#
CfgHFSSSetup.mesh_operations#

Method detail#

CfgHFSSSetup.set_parameters_to_edb()#
CfgHFSSSetup.retrieve_parameters_from_edb()#
CfgHFSSSetup.to_dict()#