Programming
367
This command sets/gets the target value when performing the target
search with the :CALC:FUNC:EXEC.
Variable
Parameter Value
Description Target value
Data Type Numeric type (Real)
Range -500M ~ 500M
Preset Value
0
Resolution -
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Var= 100
Ana.WriteString ":CALC1:FUNC:TARG " & Str(Var), True
Ana.WriteString ":CALC1:FUNC:TARG?", True
Var=Ana.ReadNumber
Related Commands
:CALC:FUNC:EXEC
:CALC:FUNC:TYPE
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.FUNCTION.TARGET
:CALC<Ch>:FUNC:TTR
Type
Command/Query
Syntax
:CALCulate<Ch>[:SELected]:FUNCtion:TTRansition
{POSitive|NEGative|BOTH}
:CALCulate<Ch>[:SELected]:FUNCtion:TTRansition?
Description