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