Write/Read
About Mixer Configuration

InputStopPower Property


Description

Sets and returns the Stop Power value of the mixer Input Power.

If you are changing several mixer configuration settings, you can make all the changes first and then issue the Calculate and Apply commands as you would do from the user interface.

 VB Syntax

obj.InputStopPower = value

Variable

(Type) - Description

obj

A Converter Object

value

(double) - Input Stop Power in dBm.

Return Type

Double

Default

Stop Power of the PNA

Examples

mixer.InputStopPower = 0

C++ Syntax

HRESULT get_InputStopPower(double *pVal)

HRESULT put_InputStopPower(double newVal)

Interface

IConverter