:CALC:TRAC:LIM:TARG

Type

Command/Query

Syntax

:CALCulate:TRACe:LIMit:TARGet <Value>

:CALCulate:TRACe:LIMit:TARGet?

Description

This command sets the limit target value (unit depends on format, real only, n/a for complex format).

Variable

Parameter

Value

Description

Limit target value, depending on format

Data Type

Numeric type (Real)

Range

-1p ~ 1T

Preset Value

50

Unit

-

Resolution

-

Query Response

{numeric}<newline><^END>

Examples

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

Equivalent GUI

No equivalent key is available.