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

  • 0 – Failure
  • 1 – Success
VB Example:  

outcome = obj.ScrUseTouchstonePortRemapping (TRUE)

IPY Example:  

oDoc.ScrUseTouchstonePortRemapping(1)