ScrSetTouchstonePortRemapping
|
Sets the alternate port naming convention when name remapping is enabled in touchstone file exports. |
|
| UI Command: | None. |
| Syntax: | obj.ScrSetTouchstonePortRemapping(<portName>, <namingConv>) |
| Parameters: |
BSTR portName BSTR namingConv |
| Return Value: |
BOOL
|
| VB Example: |
outcome = obj.ScrSetTouchstonePortRemapping "left", "foo" |
| IPY Example: |
oDoc.ScrSetTouchstonePortRemapping('left', 'foo') |