:CALC<Ch>:LIM:OFFS:STIM

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:LIMit:OFFSet:STIMulus <Value>

:CALCulate<Ch>[:SELected]:LIMit:OFFSet:STIMulus?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:LIMit:OFFSet:STIMulus <Value>

:CALCulate<Ch>:TRACe<Tr>:LIMit:OFFSet:STIMulus?

Description

This command sets/gets the stimulus offset of the limit line.

      • The setting of the limit line doesn't change even if the offset value is changed.

Variable

Parameter

Value

Description

The stimulus offset of the limit line

Data Type

Numeric type (Real)

Range

-1T to 1T

Preset Value

0

Unit

Hz (hertz), s (second), m (meter), ft (feet) or in (inches)

Query Response

{numeric}<newline><^END>

Examples

Dim Var as Double
Var= -10000000000
Ena.WriteString ":CALC1:LIM:OFFS:STIM " & Str(Var), True
Ena.WriteString ":CALC1:LIM:OFFS:STIM?", True
Var=Ena.ReadNumber

Related Commands

:CALC:LIM

:CALC:LIM:OFFS:AMPL

:CALC:LIM:OFFS:MARK

Equivalent Softkey

Analysis > Limit Test > Limit Line Offsets > Stimulus Offset

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.LIMIT.OFFSET.STIMULUS

SCPI.CALCULATE(Ch).TRACE(Tr).LIMIT.OFFSET.STIMULUS