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
|
| VB Example: |
Dim ports(1) ports(0) = "port1" ports(1) = "port2" outcome = doc.ScrSetTouchstonePortOrder ports |
| IPY Example: |
oDoc.ScrSetTouchstonePortOrder(['port1','port2']) |