Read-only
About Mixer Configuration

DeviceInputPort Property


Description

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

 VB Syntax

port = obj.DeviceInputPort

Variable

(Type) - Description

port

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