Read-only
About Mixer Configuration

DeviceOutputPort Property


Description

Returns the PNA port number to be used for the DUT output.

 VB Syntax

port = mixer.DeviceOutputPort

Variable

(Type) - Description

port

(long) Variable to store the PNA 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