Command/Query
:SOURce:BIAS:VOLTage:LIMit:MAXimum <Value>
:SOURce:BIAS:VOLTage:LIMit:MAXimum?
This command sets/gets the bias limit maximum. This setting is applied for all channels and traces.
Parameter |
Value |
Description |
Maximum limit |
Data Type |
Numeric type (Real) |
Range |
-40 ~ 40 |
Preset Value |
40 |
Unit |
V |
Resolution |
1m |
{numeric}<newline><^END>
Dim Var as Double
Var= 30
Ana.WriteString ":SOUR:BIAS:VOLT:LIM:MAX " & Str(Var), True
Ana.WriteString ":SOUR:BIAS:VOLT:LIM:MAX?", True
Var=Ana.ReadNumber
Sweep Setup > DC Bias > Max Limit Voltage
SCPI.SOURCE.BIAS.VOLTAGE.LIMIT.MAXIMUM