CfgSetup#

class pyedb.configuration.cfg_setup.CfgSetup(pedb, pedb_obj, **kwargs)#
Parameters:
namestr, optional
typestr

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

Overview#

Import detail#

from pyedb.configuration.cfg_setup import CfgSetup

Attribute detail#

CfgSetup.pedb#
CfgSetup.pyedb_obj#
CfgSetup.name#
CfgSetup.type = ''#
CfgSetup.freq_sweep = []#

Method detail#

static CfgSetup.set_frequency_string(sweep, freq_string)#
CfgSetup.apply_freq_sweep(edb_setup)#