ScrPreserveNetsGivenInFile
|
Deletes all nets except those specified in a text file. Note: The file should contain net names in quotation marks. |
|
| UI Command: | None. |
| Syntax: | obj.ScrPreserveNetsGivenInFile(<fileName>)
|
| Parameters: |
BSTR fileName (full path) |
| Return Value: |
None. |
| VB Example: |
obj.ScrPreserveNetsGivenInFile("C:/My Files/nets.txt") |
| IPY Example: |
oDoc.ScrPreserveNetsGivenInFile('C:/My Files/nets.txt') |