Programming
587
{numeric}<newline><^END>
Examples
Dim Var as Long
Var= 4
Ana.WriteString ":SOUR1:ALC:COUN " & Str(Var), True
Ana.WriteString ":SOUR1:ALC:COUN?", True
Var=Ana.ReadNumber
Related Commands
:SOUR:ALC
Equivalent Softkey
Sweep Setup > OSC Level > ALC > Max Iteration
COM Command Syntax (Internal Control Only)
SCPI.SOURCE(Ch).ALC.COUNT
:SOUR<Ch>:ALC:TOL
Type
Command/Query
Syntax
:SOURce<Ch>:ALC:TOLerance <Value>
:SOURce<Ch>:ALC:TOLerance?
Description
This command sets/gets the ALC target %.
Variable
Parameter Value
Description Tolerance value
Data Type Numeric type (Real)
Range 0.05 ~ 10
Preset Value
5
Unit %
Resolution -
Query Response
{numeric}<newline><^END>