Constructor
new Net(netname, wiresopt, pinsopt)
Generate a "network" / potential.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
netname |
string | the name of the net/potential |
||
wires |
Array.<Wire> |
<optional> |
[] | a list of corresponding wires |
pins |
Array.<Pin> |
<optional> |
[] | a list of corresponding pins |
Properties:
Name | Type | Description |
---|---|---|
netname |
string | the name of the net/potential |
wires |
Array.<Wire> | a list of corresponding wires |
pins |
Array.<Pin> | a list of corresponding pins |