Write-only |
About Mixer Configuration |
Description |
Sets the VNA to DUT port map for FCA measurements. Use DeviceInputPort and DeviceOutputPort to read these values. Changing the ports may limit your ability to use an internal second source. If a selected port is shared by one of the sources, then that source will not be available as an LO source. Learn more about Internal second sources. |
VB Syntax |
mixer.SetDUTPorts (inputPort,outputPort) |
Variable |
(Type) - Description |
mixer |
|
inputPort |
(Long) VNA port to be connected to the DUT input.
|
outputPort |
(Long) VNA port to be connected to the DUT output. Choose any unused port for SMC and VMC. |
Return Type |
Not Applicable |
Default |
1,2 |
Examples |
mixer.SetDUTPorts =2,1 |
C++ Syntax |
HRESULT SetDutPorts(long inputPort,long OutputPort); |
Interface |
IMixer8 |