SCPI.SENSe(Ch).FREQuency.STARt

Object type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

Value

Description

Start value

Data type

Double precision floating point type (Double)

Range

See frequency range for each option

Preset value

100 kHz

Unit

Hz (hertz)

Resolution

1

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is breached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim Start As Double
SCPI.SENSe(1).FREQuency.STARt = 100E6
Start = SCPI.SENSe(1).FREQuency.STARt

Related objects

SCPI.SENSe(Ch).FREQuency.STOP

Equivalent key

Start

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:FREQuency:STARt <numeric>

:SENSe{[1]-160}:FREQuency:STARt?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:FREQ:STAR 100E6"
20 OUTPUT 717;":SENS1:FREQ:STAR?"
30 ENTER 717;A