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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

   Value

Description

Start frequency

Data Type

Double precision floating point type (Double)

Range

9M ~ 336.99999995G

Preset Value

992.5M

Unit

Hz

Resolution

100m

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 9000000
SCPI.SENSe.SP1.FREQuency.STARt = Var
Var = SCPI.SENSe.SP1.FREQuency.STARt

Related Objects

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

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

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

Equivalent Key

SP Menu: Start/Center > Start

SP Menu: Stop/Span > Start

SP Menu: Marker To > Marker > Start

Equivalent SCPI Command

Syntax

:SENSe:SP[1-1]:FREQuency:STARt {9M ~ 336.99999995G}

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

Query Response

{9M ~ 336.99999995G} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:SP1:FREQuency:STARt 9000000"
20 OUTPUT 717;":SENSe:SP1:FREQuency:STARt ?"
30 ENTER 717;A