Programming
603
This command sets/gets the span of bias voltage value in DC bias sweep.
Variable
Parameter Value
Description Span value
Data Type Numeric type (Real)
Range 0 ~ 80
Preset Value
0
Unit V
Resolution 1m
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Var= 20
Ana.WriteString ":SOUR1:BIAS:VOLT:SPAN " & Str(Var), True
Ana.WriteString ":SOUR1:BIAS:VOLT:SPAN?", True
Var=Ana.ReadNumber
Related Commands
:SOUR:BIAS:VOLT:CENT
:SOUR:BIAS:MODE
Equivalent Softkey
Span (in DC Bias voltage sweep)
COM Command Syntax (Internal Control Only)
SCPI.SOURCE(Ch).BIAS.VOLTAGE.SPAN
:SOUR<Ch>:BIAS:VOLT:STAR
Type
Command/Query
Syntax
:SOURce<Ch>:BIAS:VOLTage:STARt <Value>
:SOURce<Ch>:BIAS:VOLTage:STARt?
Description