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

Object Type

Property (Read-Write)

Syntax

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

Value = SCPI.SENSe.PS(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

1 ~ 99.9999998M

Preset Value

1k

Unit

Hz

Resolution

100m

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 10e6
SCPI.SENSe.PS1.FREQuency.STARt = Var
Var = SCPI.SENSe.PS1.FREQuency.STARt

Related Objects

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

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

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

Equivalent Key

PS Menu: Start/Center > Start

PS Menu: Stop/Span > Start

PS Menu: Marker To > Marker -> Start

Equivalent SCPI Command

Syntax

:SENSe:PS[1-1]:FREQuency:STARt {1 ~ 99.9999998M}

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

Query Response

{1 ~ 99.9999998M} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:PS1:FREQuency:STARt 10e6"
20 OUTPUT 717;":SENSe:PS1:FREQuency:STARt ?"
30 ENTER 717;A