SCPI.SOURce(Ch).POWer.LEVel.IMMediate.AMPLitude

Object type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).POWer.LEVel.IMMediate.AMPLitude = Value

Value = SCPI.SOURce(Ch).POWer.LEVel.IMMediate.AMPLitude

Description

This command sets/gets the power level of the selected channel (Ch).

Variable

Parameter

Value

Description

Power level

Data type

Double precision floating point type (Double)

Range

-45 to 10 dBm

Preset value

0

Unit

dBm

Resolution

0.05

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim PowLev As Double
SCPI.SOURce(1).POWer.LEVel.IMMediate.AMPLitude = -10
PowLev = SCPI.SOURce(1).POWer.LEVel.IMMediate.AMPLitude

Related objects

SCPI.SOURce(Ch).POWer.GPPort.LEVel.IMMediate.AMPLitude

SCPI.OUTPut.STATe

Equivalent key

Sweep Setup > Power > Power

Equivalent SCPI command

Syntax

:SOURce{[1]-4}:POWer[:LEVel][:IMMediate][:AMPLitude] <numeric>

:SOURce{[1]-4}:POWer[:LEVel][:IMMediate][:AMPLitude]?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SOUR1:POW -12.5"
20 OUTPUT 717;":SOUR1:POW?"
30 ENTER 717;A