GetNets (Layout Editor)

Returns the names of all nets in the active design.

UI Access N/A.
Parameters None.
Return Value Array of the names of the nets in the active design, separated by commas, or None if no nets exist.

 

Python Syntax GetNets()
Python Example

oEditor.GetNets()

['gnd', 'net1', 'net2']

 

VB Syntax GetNets
VB Example

oEditor.GetNets

'gnd', 'net1', 'net2'