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

  • 0 – Failure
  • 1 – Success
VB Example:  

outcome = obj.ScrSetTouchstonePortRemapping "left", "foo"

IPY Example:  

oDoc.ScrSetTouchstonePortRemapping('left', 'foo')