Programming
599
Description
This command sets/gets the voltage level of DC Bias output. This setting is
applied for all channels and traces.
Variable
Parameter Value
Description Voltage level
Data Type Numeric type (Real)
Range -40 ~ 40
Preset Value
0
Unit V
Resolution 1m
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Var= 0.5
Ana.WriteString ":SOUR:BIAS:VOLT " & Str(Var), True
Ana.WriteString ":SOUR:BIAS:VOLT?", True
Var=Ana.ReadNumber
Related Commands
:SOUR:BIAS:MODE
Equivalent Softkey
Sweep Setup > DC Bias > Voltage Level
COM Command Syntax (Internal Control Only)
SCPI.SOURCE.BIAS.VOLTAGE.LEVEL.IMMEDIATE.AMPLITUDE
:SOUR<Ch>:BIAS:VOLT:CENT
Type
Command/Query
Syntax
:SOURce<Ch>:BIAS:VOLTage:CENTer <Value>
:SOURce<Ch>:BIAS:VOLTage:CENTer?
Description