E4990A Help
588
Examples
Dim Var as Double
Var= 0.1
Ana.WriteString ":SOUR1:ALC:TOL " & Str(Var), True
Ana.WriteString ":SOUR1:ALC:TOL?", True
Var=Ana.ReadNumber
Related Commands
:SOUR:ALC
:SOUR:ALC:COUN
Equivalent Softkey
Sweep Setup > OSC Level > ALC > Target %
COM Command Syntax (Internal Control Only)
SCPI.SOURCE(Ch).ALC.TOLERANCE
:SOUR<Ch>:BIAS:ALC
Type
Command/Query
Syntax
:SOURce<Ch>:BIAS:ALC[:STATe] {ON|OFF|1|0}
:SOURce<Ch>:BIAS:ALC[:STATe]?
Description
This command turn on/off the DC bias constant mode.
Variable
Parameter Selection Option
Description DC bias constant mode On/Off status
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
OFF
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":SOUR1:BIAS:ALC ON", True
Ana.WriteString ":SOUR1:BIAS:ALC?", True
Var=Ana.ReadNumber