Command/Query
:SOURce:BIAS:MODE {VOLTage|CURRent|POWer}
:SOURce:BIAS:MODE?
This command sets/gets the DC bias mode. This setting is applied for all channels and traces.
| Parameter | Selection Option | 
| Description | DC Bias Output Mode | 
| Data Type | Character string type (String) | 
| Range | VOLTage|CURRent|POWer | 
| Preset Value | VOLTage | 
{VOLT|CURR}<newline><^END>
Dim Var as String
Var= "VOLT"
Ana.WriteString ":SOUR:BIAS:MODE " & Var, True
Ana.WriteString ":SOUR:BIAS:MODE?", True
Var=Ana.ReadString
Sweep Setup > DC Bias > DC Bias Mode
SCPI.SOURCE.BIAS.MODE