Write-only |
Description |
Set the DUT-to-VNA port mapping for the Noise Figure, Gain Compression, IMD, IMDx, IMS, or IMSx measurement. Use the DeviceInputPort and DeviceOutputPort commands to read the DUT input and output ports. For Noise Figure:Port mapping is allowed without restriction when the standard PNA receiver is used (NoiseReceiver is set to naStandardReceiver). When the low-noise receiver is selected (NoiseReceiver is set to naNoiseReceiver) the following restrictions apply:
When setting IMD and IMS channels:
|
VB Syntax |
obj.SetPortMap in,out |
Variable |
(Type) - Description |
obj |
A GainCompression (object) or A SweptIMD (object) or An IMSpectrum (object) A NoiseFigure (object) - See example program |
in |
VNA port which is connected to the DUT input. |
out |
VNA port which is connected to the DUT output. |
Return Type |
Not Applicable To read port map, use: |
Default |
1,2 |
Examples |
gca.SetPortMap 2,1 |
C++ Syntax |
HRESULT SetPortMap(long input_port,long output_port); |
Interface |
IGainCompression ISweptIMD IMSpectrum INoiseFigure6 |