:CALC<Ch>:LIM:OFFS:AMPL

Type

Command/Query

Syntax

: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?

Description

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.

Variable

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

Query Response

{numeric}<newline><^END>

Examples

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

Related Commands

:CALC:LIM

:CALC:LIM:OFFS:MARK

:CALC:LIM:OFFS:STIM

Equivalent Softkey

Analysis > Limit Test > Limit Line Offsets > Amplitude Offset

COM Command Syntax (Internal Control Only)

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

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