Write/Read |
About Testset Control |
Description |
Switches an input to one of the valid outputs on the specified E5091A. The following are valid input/output combinations. If a combination other than these are sent, an “invalid argument” error will occur.
Note: Do not confuse the similar Testset.OutputPorts Property, which sets or gets the port mapping for ALL ports. |
||||||||||||||||
VB Syntax |
testsets(1).OutputPort (chNum,input) = output |
||||||||||||||||
Variable |
(Type) - Description |
||||||||||||||||
testsets(1) |
An item from Testsets (collection) Learn how to identify a testset in the collection. |
||||||||||||||||
chNum |
(Long) Channel number of the measurement. |
||||||||||||||||
input |
(Long) Testset Input port. Choose from 1|2|3|4. |
||||||||||||||||
output |
(Enum as NAE5091OutputPort) Output port to switch to specified Input. Choose from: 0 or naE5091PortA - Port A 1 or naE5091PortT1 - Port T1 2 or naE5091PortT2 - Port T2 3 or naE5091PortR1 - Port R1 4 or naE5091PortR2 - Port R2 5 or naE5091PortR3 - Port R3 |
||||||||||||||||
Return Type |
Enum |
||||||||||||||||
Default |
Not Applicable |
||||||||||||||||
Examples |
|||||||||||||||||
C++ Syntax |
HRESULT get_OutputPort(long channelNum, long inputPort, E5091OutputPort *outPort); |
||||||||||||||||
Interface |
IE5091Testsets |