SCPI.SENSe(Ch).SWEep.SLOCal.MAXimum

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).SWEep.SLOCal.MAXimum= Value

Value= SCPI.SENSe(Ch).SWEep.SLOCal.MAXimum

Description

This command sets/gets the Shift LO maximum frequency for the selected channel (Ch).

Variable

Parameter

Value

Description

Shift LO maximum frequency

Data type

Double precision floating point (Double)

Range

1.5E8 to Maximum frequency

Preset value

Maximum frequency

Examples

Dim Var As Double
SCPI.SENSe(1).SWEep.SLOCal.MAXimum= Var
Var= SCPI.SENSe(1).SWEep.SLOCal.MAXimum

Related objects

SCPI.SENSe(Ch).SWEep.SLOCal.STATe

Equivalent key

Sweep Setup > Shift LO Mode > Max Freq

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:SWEep:SLOCal:MAXimum <Value>

:SENSe{[1]-160}:SWEep:SLOCal:MAXimum?

Query response

<value><newline><^END>

Example of use

10 OUTPUT 717;":SENS1:SWE:SLOC:MAX 1.5E8"
20 OUTPUT 717;":SENS1:SWE:SLOC:MAX?"
30 ENTER 717;A