ScrSetTouchstonePortOrder

Specifies port order in exported touchstone files.

NOTE: If any ports are not specified in the input, they will be sorted in alphabetical order and added to the end of the list.

UI Command:   None.
Syntax:   obj.ScrSetTouchstonePortOrder(<portNamesList>)
Parameters:  

ARRAY portNamesList

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
PY Example:  

oDoc.ScrSetTouchstonePortOrder(['port1','port2'])