CfgProbe#

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

Bases: CfgCircuitElement

Represent one voltage-probe entry.

Overview#

set_parameters_to_edb

Write this probe into the open EDB design.

export_properties

Serialize this probe to a plain dictionary.

Import detail#

from pyedb.configuration.cfg_ports_sources import CfgProbe

Method detail#

CfgProbe.set_parameters_to_edb()#

Write this probe into the open EDB design.

Returns:
list

Created EDB excitation objects, or the serialized payload when no EDB session is attached.

CfgProbe.export_properties()#

Serialize this probe to a plain dictionary.