ScrSelectNet

Selects or deselects a specified net.
UI Command:   None.
Syntax:   obj.ScrSelectNet(<netName>,<select>)
Parameters:  

BSTR netName

INT select (1 selects the net; 0 deselects it)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrSelectNet("GND", 1)

IPY Example:  

oDoc.ScrSelectNet('GND', 1)