CircuitPort#

class pyedb.grpc.database.utility.sources.CircuitPort(pedb, impedance='50')#

Bases: Source

Manages a circuit port.

Overview#

impedance

Impedance of the circuit port.

get_type

Source type.

Import detail#

from pyedb.grpc.database.utility.sources import CircuitPort

Property detail#

property CircuitPort.impedance#

Impedance of the circuit port.

Returns:
str or float

Impedance value in ohms.

property CircuitPort.get_type#

Source type.

Returns:
int

Source type value.