SCPI.SENSe.SP(Ch).FREQuency.SPAN

Object Type

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets frequency span, for the selected channel Ch.

Variable

Parameter

   Value

Description

Frequency span

Data Type

Double precision floating point type (Double)

Range

100 ~ 15M

Preset Value

15M

Unit

Hz

Resolution

200m

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 0
SCPI.SENSe.SP1.FREQuency.SPAN = Var
Var = SCPI.SENSe.SP1.FREQuency.SPAN

Related Objects

SCPI.SENSe.SP(Ch).FREQuency.CENTer

SCPI.SENSe.SP(Ch).FREQuency.STARt

SCPI.SENSe.SP(Ch).FREQuency.STOP

Equivalent Key

SP Menu: Start/Center > Span

SP Menu: Stop/Span > Span

Equivalent SCPI Command

Syntax

:SENSe:SP[1-1]:FREQuency:SPAN {100 ~ 15M}

:SENSe:SP[1-1]:FREQuency:SPAN?

Query Response

{100 ~ 15M} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:SP1:FREQuency:SPAN 0"
20 OUTPUT 717;":SENSe:SP1:FREQuency:SPAN ?"
30 ENTER 717;A