Write-only
About Mixer Configuration

SetDutPorts Method


Description

Sets the PNA 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

A IMixer Interface pointer to the Meas  (object)

inputPort

(Long) PNA port to be connected to the DUT input.

  • For SMC, choose any unused PNA port.

  • For VMC, set to 1

outputPort

(Long) PNA 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