Write/Read |
About External Testset Control |
Description |
Sets and returns a port mapping for a single port. If this command creates a conflict with an existing port, the VNA will resolve the conflict. Note: This command is currently not supported for the Z5623AK44. |
VB Syntax |
tset.SelectPort(chNum, portNum) = portValue |
Variable |
(Type) - Description |
tset |
A TestsetControl object. |
chNum |
(Long) Channel number of the measurement. |
portNum |
(Long) Physical port number to map. |
portValue |
(Long) Logical port value to assign |
Return Type |
Long |
Default |
Not Applicable |
Examples |
|
C++ Syntax |
HRESULT get_SelectPort(long channelNum, long PortNum long *outPort); |
Interface |
ITestsetControl |