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