ScrGetCktElemTerminalNetNames
|
Returns names of the two nets to which a specified circuit element is connected. |
|
| UI Command: | None. |
| Syntax: | obj.ScrGetCktElemTerminalNetNames(<name>, <type>, <pnet>, <nnet>) |
| Parameters: |
BSTR name (the circuit element Reference Designator) BSTR type ("cap", "ind", "res", "port", "vprobe", "csource" or "vsource") ARRAY pnet ARRAY nnet |
| Return Value: |
INT
|
| VB Example: |
obj.ScrGetCktElemTerminalNetNames("C1","cap",pnet,nnet) |
| IPY Example: |
oDoc.ScrGetCktElemTerminalNetNames('C1','cap',pnet,nnet) |