Programming
609
Variable
Parameter Value
Description Start value
Data Type Numeric type (Real)
Range 200μ ~ 20m
Preset Value
200μ
Unit A
Resolution 20μ
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Var= 0.001
Ana.WriteString ":SOUR1:CURR:STAR " & Str(Var), True
Ana.WriteString ":SOUR1:CURR:STAR?", True
Var=Ana.ReadNumber
Related Commands
:SOUR:CURR:STOP
:SOUR:MODE
Equivalent Softkey
Start (in OSC level sweep)
COM Command Syntax (Internal Control Only)
SCPI.SOURCE(Ch).CURRENT.START
:SOUR<Ch>:CURR:STOP
Type
Command/Query
Syntax
:SOURce<Ch>:CURRent:STOP <Value>
:SOURce<Ch>:CURRent:STOP?
Description
This command sets/gets the stop of current value in OSC level sweep.