Property (Read-Write)
SCPI.SOURce(Ch).BIAS.SPAN = Value
Value = SCPI.SOURce(Ch).BIAS.SPAN
This command sets/gets the span value of the bias sweep for the selected channel ( Ch).
Parameter |
Value |
Description |
Span voltage |
Data Type |
Double precision floating point type (Double) |
Range |
0 to 80 |
Preset Value |
2 |
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 SpanVolt as Double
SCPI.SOURce(3).BIAS.SPAN = 4.0
SpanVolt = SCPI.SOURce(3).BIAS.SPAN
Span
:SOURce{[1]-4}:BIAS:SPAN <numeric>
:SOURce{[1]-4}:BIAS:SPAN?
{numeric} <newline><^END>
10 OUTPUT 717;":SOUR1:BIAS:SPAN 2.0"
20 OUTPUT 717;":SOUR1:BIAS:SPAN?"
30 ENTER 717;A