SCPI.SENSe(Ch).FREQuency.SPAN

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).FREQuency.SPAN = Value

Value = SCPI.SENSe(Ch).FREQuency.SPAN

Description

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

Variable

Parameter

Value

Description

Span value

Data type

Double precision floating point type (Double)

Range

0 to 2.999999995E9

Preset value

2.9999E9

Unit

Hz (hertz)

Resolution

1E-3

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 Span As Double
SCPI.SENSe(1).FREQuency.SPAN = 1E9
Span = SCPI.SENSe(1).FREQuency.SPAN

Related objects

SCPI.SENSe(Ch).FREQuency.CENTer

Equivalent key

Span

Equivalent SCPI command

Syntax

:SENSe{[1]-4}:FREQuency:SPAN <numeric>

:SENSe{[1]-4}:FREQuency:SPAN?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:FREQ:SPAN 1E9"
20 OUTPUT 717;":SENS1:FREQ:SPAN?"
30 ENTER 717;A