ScrNetSetDummy

Sets a specified net to be a dummy net and appends DUMMY_ to the front of the net name.
UI Command:   None.
Syntax:   obj.ScrNetSetDummy(<netName>)
Parameters:  

BSTR netName

Return Value:  

None.

VB Example:  

obj.ScrNetSetDummy("MY-NET")

IPY Example:  

oDoc.ScrNetSetDummy('MY-NET')