PinGroup#
- class pyedb.dotnet.database.edb_data.sources.PinGroup(name='', edb_pin_group=None, pedb=None)#
Bases:
objectManages pin groups.
Overview#
Remove pins from the pin group. |
|
Terminal. |
|
Create a terminal. |
|
Delete active pin group. |
Import detail#
from pyedb.dotnet.database.edb_data.sources import PinGroup
Property detail#
- property PinGroup.name#
Name.
- property PinGroup.component#
Component.
- property PinGroup.pins#
Gets the pins belong to this pin group.
- property PinGroup.node_pins#
Node pins.
- property PinGroup.net#
Net.
- property PinGroup.net_name#
- property PinGroup.terminal#
Terminal.
Method detail#
- PinGroup.get_terminal(name=None, create_new_terminal=False)#
Terminal.
- PinGroup.create_terminal(name=None)#
Create a terminal.
- Parameters:
- name
str,optional Name of the terminal.
- name
- PinGroup.create_current_source_terminal(magnitude=1, phase=0)#
- PinGroup.create_voltage_source_terminal(magnitude=1, phase=0, impedance=0.001)#
- PinGroup.create_voltage_probe_terminal(impedance=1000000)#
- PinGroup.create_port_terminal(impedance=50)#