Read-only
About Gain Compression

DeviceInputPort Property


Description

Read the VNA 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