Command/Query
:CALCulate:TRACe:LIMit:TARGet <Value>
:CALCulate:TRACe:LIMit:TARGet?
This command sets the limit target value (unit depends on format, real only, n/a for complex format).
Parameter |
Value |
Description |
Limit target value, depending on format |
Data Type |
Numeric type (Real) |
Range |
-1p ~ 1T |
Preset Value |
50 |
Unit |
- |
Resolution |
- |
{numeric}<newline><^END>
Dim Var as Double
Var= 0
Ena.WriteString ":CALC:TRAC:LIM:TARG " & Str(Var), True
Ena.WriteString ":CALC:TRAC:LIM:TARG?", True
Var=Ena.ReadNumber
No equivalent key is available.