Read-only
About Gain Compression

DeviceInputPort Property


Description

Read the PNA port number which is connected to the DUT input.

Use SetPortMap Method to change the port mapping.

 VB Syntax

obj.DeviceInputPort

Variable

(Type) - Description

obj

A Converter (object) or

A GainCompression (object) or

A SweptIMD (object) or

An IMSpectrum (object)

A NoiseFigure (object)

Return Type

Integer

Default

1

Examples

inPort = gca.DeviceInputPort 'Read

C++ Syntax

HRESULT get_DeviceInputPort(int* pVal)

Interface

IGainCompression

ISweptIMD

IMSpectrum

INoiseFigure6

IConverter6


Last Modified:

23-May-2011

Added converter

30-Apr-2010

Added NF

11-Aug-2009

Added IMD and IMS (9.0)

11-Sep-2007

MX New topic