Property (Read-Write)
SCPI.SENSe(Ch).SWEep.SLOCal.MAXimum= Value
Value= SCPI.SENSe(Ch).SWEep.SLOCal.MAXimum
This command sets/gets the Shift LO maximum frequency for the selected channel (Ch).
Parameter |
Value |
Description |
Shift LO maximum frequency |
Data type |
Double precision floating point (Double) |
Range |
1.5E8 to Maximum frequency |
Preset value |
Maximum frequency |
Dim Var As Double
SCPI.SENSe(1).SWEep.SLOCal.MAXimum= Var
Var= SCPI.SENSe(1).SWEep.SLOCal.MAXimum
SCPI.SENSe(Ch).SWEep.SLOCal.STATe
Sweep Setup > Shift LO Mode > Max Freq
:SENSe{[1]-160}:SWEep:SLOCal:MAXimum <Value>
:SENSe{[1]-160}:SWEep:SLOCal:MAXimum?
<value><newline><^END>
10 OUTPUT 717;":SENS1:SWE:SLOC:MAX 1.5E8"
20 OUTPUT 717;":SENS1:SWE:SLOC:MAX?"
30 ENTER 717;A