Property (Read-Write)
SCPI.SOURce(Ch).BIAS.STOP = Value
Value = SCPI.SOURce(Ch).BIAS.STOP
This command sets/gets the stop value of the bias sweep for the selected channel ( Ch).
Parameter |
Value |
Description |
Stop voltage |
Data Type |
Double precision floating point type (Double) |
Range |
-40 to 40 |
Preset Value |
1 |
Unit |
V (voltage) |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
Dim StopVolt as Double
SCPI.SOURce(1).BIAS.STOP = 2.5
StopVolt = SCPI.SOURce(1).BIAS.STOP
Stop
:SOURce{[1]-4}:BIAS:STOP <numeric>
:SOURce{[1]-4}:BIAS:STOP?
{numeric} <newline><^END>
10 OUTPUT 717;":SOUR2:BIAS:STOP 5.0"
20 OUTPUT 717;":SOUR2:BIAS:STOP?"
30 ENTER 717;A