ScrUseTouchstonePortRemapping
|
Enables or disables the use of port name remapping for touchstone file exports. |
|
| UI Command: | None. |
| Syntax: | obj.ScrUseTouchstonePortRemapping(remapNames) |
| Parameters: |
BOOL/INT remapNames (TRUE/1 = Enable; FALSE/0 = Disable) |
| Return Value: |
BOOL
|
| VB Example: |
outcome = obj.ScrUseTouchstonePortRemapping (TRUE) |
| IPY Example: |
oDoc.ScrUseTouchstonePortRemapping(1) |