SCPI.SENSe(Ch).FREQuency.CENTer

Object type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

Value

Description

Center value

Data type

Double precision floating point type (Double)

Range

See frequency range for each option

Preset value

((Maximum frequency - Minimum frequency)/2) + Minimum frequency

Unit

Hz (hertz)

Resolution

0.5 or 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 Cntr As Double
SCPI.SENSe(1).FREQuency.CENTer = 2E9
Cntr = SCPI.SENSe(1).FREQuency.CENTer

Related objects

SCPI.SENSe(Ch).FREQuency.SPAN

Equivalent key

Center

Equivalent SCPI command

Syntax

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

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

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:FREQ:CENT 2E9"
20 OUTPUT 717;":SENS1:FREQ:CENT?"
30 ENTER 717;A