Programming
591
Related Commands
:SOUR:BIAS:CURR:SPAN
:SOUR:BIAS:MODE
Equivalent Softkey
Center (in DC Bias current sweep)
COM Command Syntax (Internal Control Only)
SCPI.SOURCE(Ch).BIAS.CURRENT.CENTER
:SOUR<Ch>:BIAS:CURR:SPAN
Type
Command/Query
Syntax
:SOURce<Ch>:BIAS:CURRent:SPAN <Value>
:SOURce<Ch>:BIAS:CURRent:SPAN?
Description
This command sets/gets the span of bias current value in DC bias sweep.
Variable
Parameter Value
Description Span value
Data Type Numeric type (Real)
Range 0 ~ 200m
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:SPAN " & Str(Var), True
Ana.WriteString ":SOUR1:BIAS:CURR:SPAN?", True
Var=Ana.ReadNumber