:CALC:TRAC:LIM:MODE

Type

Command/Query

Syntax

:CALCulate:TRACe:LIMit:MODE {ABSolute|AVERage|MULTi}

:CALCulate:TRACe:LIMit:MODE?

Description

This command selects the limit test mode. The mode may be changed once measurement domain is changed.

Variable

Parameter

Selection Option

Description

Limit test mode

Data Type

Character string type (String)

Range

ABSolute : Limit test zone is defined by begin ratio and end ratio

AVERage : Similar to Absolute limit mode, but available for averaging

MULTi : Multi segment limit where max, min, off, begin stimulus, end stimulus, begin response and end response can be specified for each segment. User can specify up to 128 segments

Preset Value

ABSolute

Query Response

{ABS|AVER|MULT}<newline><^END>

Examples

Dim Var as String
Var= "ABS"
Ena.WriteString ":CALC:TRAC:LIM:MODE " & Var, True
Ena.WriteString ":CALC:TRAC:LIM:MODE?", True
Var=Ena.ReadString

Equivalent GUI

Edit Test > Edit Limit > Limit Test Type