SCPI.SOURce(Ch).POWer.SPAN

Object type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

Value

Description

Span value

Data type

Double precision floating point type (Double)

Range

0 to 55 dB

Preset value

15

Unit

dB

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

Related objects

SCPI.SENSe(Ch).SWEep.TYPE

SCPI.SOURce(Ch).POWer.CENTer

Equivalent key

Span

Equivalent SCPI command

Syntax

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

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

Query response

{numeric}<newline><^END>

Example of use

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