Write/Read
About Mixer Configuration

InputStartPower Property


Description

Sets and returns the Start 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.InputStartPower = value

Variable

(Type) - Description

obj

A Converter Object

value

(double) - Input start Power in dBm.

Return Type

Double

Default

Start Power of the PNA

Examples

mixer.InputStartPower = 0

C++ Syntax

HRESULT get_InputStartPower(double *pVal)

HRESULT put_InputStartPower(double newVal)

Interface

IConverter