CfgSource#

class pyedb.configuration.cfg_ports_sources.CfgSource(pedb=None, *args, **kwargs)#

Bases: CfgCircuitElement

Represent one current or voltage source entry.

Overview#

set_parameters_to_edb

Create sources.

export_properties

Serialize this source to a plain dictionary.

Import detail#

from pyedb.configuration.cfg_ports_sources import CfgSource

Attribute detail#

CfgSource.CFG_SOURCE_TYPE#
CfgSource.magnitude#

Method detail#

CfgSource.set_parameters_to_edb()#

Create sources.

CfgSource.export_properties()#

Serialize this source to a plain dictionary.