Property (Read-Write)
SCPI.SOURce(Ch).BIAS.CENTer = Value
Value = SCPI.SOURce(Ch).BIAS.CENTer
This command sets/gets the center value of the bias sweep for the selected channel ( Ch).
Parameter |
Value |
Description |
Center voltage |
Data Type |
Double precision floating point type (Double) |
Range |
-40 to 40 |
Preset Value |
0 |
Unit |
V (voltage) |
Unit |
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 CentVolt as Double
SCPI.SOURce(4).BIAS.CENTer = 3.0
CentVolt = SCPI.SOURce(4).BIAS.CENTer
Center
:SOURce{[1]-4}:BIAS:CENTer <numeric>
:SOURce{[1]-4}:BIAS:CENTer?
{numeric} <newline><^END>
10 OUTPUT 717;":SOUR1:BIAS:CENT 1.2"
20 OUTPUT 717;":SOUR1:BIAS:CENT?"
30 ENTER 717;A