Property (Read-Write)
All revision:
SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.AMPLitude = Value
Value = SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.AMPLitude
In revision A.9.60 and above, the following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).LIMit.OFFSet.AMPLitude = Value
Value = SCPI.CALCulate(Ch).TRACe(Tr).LIMit.OFFSet.AMPLitude
This command sets/gets the limit line offset of response for the selected active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command) of the selected channel (Ch).
The setting of the limit line doesn't change even if the offset value is changed.
In revision A.9.60 and above, you can select the trace and set/get the limit line offset of response for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Value |
Description |
The limit line offset of Response (Vertical offset) |
Data type |
Double precision floating point type (Double) |
Range |
-5E8 to 5E8 |
Preset value |
0 |
Unit |
dB |
For information on the variable (Ch), see Variable.
Dim LimOffset As Double
SCPI.CALCulate(1).SELected.LIMit.OFFSet.AMPLitude = -10
LimOffset = SCPI.CALCulate(1).SELected.LIMit.OFFSet.AMPLitude
SCPI.CALCulate(Ch).SELected.LIMit.STATe
SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.MARKer
SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.STIMulus
Analysis > Limit Test > Limit Line Offsets > Amplitude Offset
All revision:
:CALCulate{[1]-160}[:SELected]:LIMit:OFFSet:AMPLitude <numeric>
:CALCulate{[1]-160}[:SELected]:LIMit:OFFSet:AMPLitude?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:LIMit:OFFSet:AMPLitude <numeric>
:CALCulate{[1]-160}:TRACe{[1]-16}:LIMit:OFFSet:AMPLitude?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:LIM:OFFS:AMPL -10"
20 OUTPUT 717;":CALC1:LIM:OFFS:AMPL?"
30 ENTER 717;A