Property (Read-Write)
SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.STIMulus = Value
Value = SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.STIMulus
This command sets/gets the stimulus offset of the limit line, for the active trace of the selected channel (Ch).
The setting of the limit line doesn't change even if the offset value is changed.
Parameter |
Value |
Description |
The stimulus offset of the limit line |
Data type |
Double precision floating point type (Double) |
Range |
-1E12 to 1E12 |
Preset value |
0 |
Unit |
Hz (hertz), dBm or second |
Dim LimOffset As Double
SCPI.CALCulate(1).SELected.LIMit.OFFSet.STIMulus = 1E9
LimOffset = SCPI.CALCulate(1).SELected.LIMit.OFFSet.STIMulus
SCPI.CALCulate(Ch).SELected.LIMit.STATe
SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.AMPLitude
SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.MARKer
Analysis > Limit Test > Limit Line Offsets > Stimulus Offset
:CALCulate{[1]-4}[:SELected]:LIMit:OFFSet:STIMulus <numeric>
:CALCulate{[1]-4}[:SELected]:LIMit:OFFSet:STIMulus?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:LIM:OFFS:STIM 5E3"
20 OUTPUT 717;":CALC1:LIM:OFFS:STIM?"
30 ENTER 717;A