Command/Query
:CALCulate<Ch>[:SELected]:LIMit:OFFSet:AMPLitude <Value>
:CALCulate<Ch>[:SELected]:LIMit:OFFSet:AMPLitude?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:LIMit:OFFSet:AMPLitude <Value>
:CALCulate<Ch>:TRACe<Tr>:LIMit:OFFSet:AMPLitude?
This command sets/gets the limit line offset of response. The setting of the limit line does not change even if the offset value is changed.
Parameter |
Value |
Description |
The limit line offset of Response (Vertical offset) |
Data Type |
Numeric type (Real) |
Range |
-500M to 500M |
Preset Value |
0 |
Unit |
Varies depending on the data format. Log magnitude (MLOG): dB (decibel) Phase (PHAS), Expanded phase (UPH) or Positive phase (PPH): ° (degree) Group delay (GDEL): s (second) Others: No unit |
{numeric}<newline><^END>
Dim Var as Double
Var= -500000000
Ena.WriteString ":CALC1:LIM:OFFS:AMPL " & Str(Var), True
Ena.WriteString ":CALC1:LIM:OFFS:AMPL?", True
Var=Ena.ReadNumber
Analysis > Limit Test > Limit Line Offsets > Amplitude Offset
SCPI.CALCULATE(Ch).SELECTED.LIMIT.OFFSET.AMPLITUDE
SCPI.CALCULATE(Ch).TRACE(Tr).LIMIT.OFFSET.AMPLITUDE