SCPI.SENSe(Ch).FREQuency.FIXed

Object type

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets the fixed frequency (CW frequency) for the power sweep for channels 1 to 36 (Ch).

Variable

Parameter

Value

Description

Fixed frequency

Data type

Double precision floating point type (Double)

Range

See frequency range for each option

Preset value

1E5

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 not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim CwFreq As Double
SCPI.SENSe(1).FREQuency.FIXed = 1E9
CwFreq = SCPI.SENSe(1).FREQuency.FIXed

Related objects

SCPI.SENSe(Ch).FREQuency.CW

SCPI.SENSe(Ch).SWEep.TYPE

Equivalent key

Sweep Setup > Power > CW Freq

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:FREQuency[:CW|FIXed] <numeric>

:SENSe{[1]-160}:FREQuency[:CW|FIXed]?

Query response

{numeric}<newline><^END>

Example of use

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