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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

   Value

Description

Stop frequency

Data Type

Double precision floating point type (Double)

Range

10.00005M ~ 337.0075G

Preset Value

1.0075G

Unit

Hz

Resolution

100m

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 10000050
SCPI.SENSe.SP1.FREQuency.STOP = Var
Var = SCPI.SENSe.SP1.FREQuency.STOP

Related Objects

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

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

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

Equivalent Key

SP Menu: Start/Center > Stop

SP Menu: Stop/Span > Stop

SP Menu: Marker To > Marker > Stop

Equivalent SCPI Command

Syntax

:SENSe:SP[1-1]:FREQuency:STOP {10.00005M ~ 337.0075G}

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

Query Response

{10.00005M ~ 337.0075G} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:SP1:FREQuency:STOP 10000050"
20 OUTPUT 717;":SENSe:SP1:FREQuency:STOP ?"
30 ENTER 717;A