Read-only |
About Mixer Configuration |
Description |
Returns the VNA port number to be used for the DUT output. |
VB Syntax |
port = mixer.DeviceOutputPort |
Variable |
(Type) - Description |
port |
(long) Variable to store the VNA port number of the DUT output. |
mixer |
A Mixer (object) |
Return Type |
Long |
Default |
2 |
Examples |
value = mixer.DeviceOutputPort |
C++ Syntax |
HRESULT get_DeviceOutputPort(long *pVal) |
Interface |
IMixer8 |