ScrNetIsDisjoint

Checks whether a net is disjoint.
UI Command:   None.
Syntax:   obj.ScrNetIsDisjoint(<netName>)
Parameters:  

BSTR netName

Return Value:  

BOOL

  • 0 – Not Disjoint
  • 1 – Disjoint
VB Example:  

obj.ScrNetIsDisjoint("MY-NET")

IPY Example:  

oDoc.ScrNetIsDisjoint('MY-NET')