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 the selected channel (Ch).

Variable

Parameter

Value

Description

Center value

Data type

Double precision floating point type (Double)

Range

5 to 3E9

Preset value

1.50005G

Unit

Hz (hertz)

Resolution

1E-3 or 5E-4

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) 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]-4}:FREQuency:CENTer <numeric>

:SENSe{[1]-4}: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