Command/Query
:SOURce<Ch>:BIAS:CURRent:STOP <Value>
:SOURce<Ch>:BIAS:CURRent:STOP?
This command sets/gets the stop of bias current value in DC bias sweep.
|
Parameter |
Value |
|
Description |
Stop value |
|
Data Type |
Numeric type (Real) |
|
Range |
-100m ~ 100m |
|
Preset Value |
0 |
|
Unit |
A |
|
Resolution |
2μ |
{numeric}<newline><^END>
Dim Var as Double
Var= 0.1
Ana.WriteString ":SOUR1:BIAS:CURR:STOP " & Str(Var), True
Ana.WriteString ":SOUR1:BIAS:CURR:STOP?", True
Var=Ana.ReadNumber
Stop (in DC Bias current sweep)
SCPI.SOURCE(Ch).BIAS.CURRENT.STOP