SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.STIMulus

Object type    

Property (Read-Write)

Syntax         

All revision:

SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.STIMulus = Value

Value = SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.STIMulus

 

In revision A.9.60 and above, the following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).LIMit.OFFSet.STIMulus = Value

Value = SCPI.CALCulate(Ch).TRACe(Tr).LIMit.OFFSet.STIMulus

Description

This command sets/gets the stimulus offset of the limit line, for the selected channel (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command).

In revision A.9.60 and above, you can select the trace and set/get the stimulus offset of the limit line for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

Variable

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

For information on the variable (Ch), see Variable.

Examples

Dim LimOffset As Double
SCPI.CALCulate(1).SELected.LIMit.OFFSet.STIMulus = 1E9
LimOffset = SCPI.CALCulate(1).SELected.LIMit.OFFSet.STIMulus

Related objects

SCPI.CALCulate(Ch).SELected.LIMit.STATe

SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.AMPLitude

SCPI.CALCulate(Ch).SELected.LIMit.OFFSet.MARKer

Equivalent key

Analysis > Limit Test > Limit Line Offsets > Stimulus Offset

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:LIMit:OFFSet:STIMulus <numeric>

:CALCulate{[1]-160}[:SELected]:LIMit:OFFSet:STIMulus?

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:LIMit:OFFSet:STIMulus <numeric>

:CALCulate{[1]-160}:TRACe{[1]-16}:LIMit:OFFSet:STIMulus?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:LIM:OFFS:STIM 5E3"
20 OUTPUT 717;":CALC1:LIM:OFFS:STIM?"
30 ENTER 717;A