Command/Query
:CALCulate:TRACe:LIMit:MODE {ABSolute|AVERage|MULTi}
:CALCulate:TRACe:LIMit:MODE?
This command selects the limit test mode. The mode may be changed once measurement domain is changed.
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 |
{ABS|AVER|MULT}<newline><^END>
Dim Var as String
Var= "ABS"
Ena.WriteString ":CALC:TRAC:LIM:MODE " & Var, True
Ena.WriteString ":CALC:TRAC:LIM:MODE?", True
Var=Ena.ReadString
Edit Test > Edit Limit > Limit Test Type