SCPI.SOURce(Ch).POWer.STOP

Object type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).POWer.STOP = Value

Value = SCPI.SOURce(Ch).POWer.STOP

Description

This command sets/gets the stop value of the power sweep for the selected channel (Ch).

Variable

Parameter

Value

Description

Stop value

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 Pstop As Double
SCPI.SOURce(1).POWer.STOP = 10
Pstop = SCPI.SOURce(1).POWer.STOP

Related objects

SCPI.SENSe(Ch).SWEep.TYPE

SCPI.SOURce(Ch).POWer.STARt

Equivalent key

Stop

Equivalent SCPI command

Syntax

:SOURce{[1]-4}:POWer:STOP <numeric>

:SOURce{[1]-4}:POWer:STOP?

Query response

{numeric}<newline><^END>

Example of use

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