Programming
597
Command/Query
Syntax
:SOURce<Ch>:BIAS:RANGe {M1|M10|M100}
:SOURce<Ch>:BIAS:RANGe?
Description
This command sets/gets the DC Bias range.
Variable
Parameter Selection Option
Description DC Bias range
Data Type Character string type (String)
Range
M1: 1mA
M10: 10mA
M100: 100mA
Preset Value
M1
Query Response
{M1|M10|M100}<newline><^END>
Examples
Dim Var as String
Var= "M10"
Ana.WriteString ":SOUR1:BIAS:RANG " & Var, True
Ana.WriteString ":SOUR1:BIAS:RANG?", True
Var=Ana.ReadString
Related Commands
:SOUR:BIAS:STAT
Equivalent Softkey
Sweep Setup > DC Bias > Meas Range
COM Command Syntax (Internal Control Only)
SCPI.SOURCE(Ch).BIAS.RANGE
:SOUR:BIAS:STAT
Type
Command/Query
Syntax