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

Object Type

Property (Read-Write)

Syntax

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

Value = SCPI.SENSe.PN(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|10|100|1k

Preset Value

1k

Unit

Hz

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 0
SCPI.SENSe.PN1.FREQuency.STARt = Var
Var = SCPI.SENSe.PN1.FREQuency.STARt

Related Objects

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

Equivalent Key

PN Menu: Start > 1Hz

PN Menu: Start > 10Hz

PN Menu: Start > 100Hz

PN Menu: Start > 1kHz

PN Menu: Marker To > Marker > Start

Equivalent SCPI Command

Syntax

:SENSe:PN[1-1]:FREQuency:STARt {1|10|100|1k}

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

Query Response

{1|10|100|1k} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:PN1:FREQuency:STARt 0"
20 OUTPUT 717;":SENSe:PN1:FREQuency:STARt ?"
30 ENTER 717;A