CfgProbe#
- class pyedb.configuration.cfg_ports_sources.CfgProbe(pedb=None, *args, **kwargs)#
Bases:
CfgCircuitElementRepresent one voltage-probe entry.
Overview#
Write this probe into the open EDB design. |
|
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:
listCreated EDB excitation objects, or the serialized payload when no EDB session is attached.
- CfgProbe.export_properties()#
Serialize this probe to a plain dictionary.