Property (Read-Write)
SCPI.SOURce.BIAS.VOLTage = Value
Value = SCPI.SOURce.BIAS.VOLTage
This command sets/gets the output level for DC bias output.
Parameter |
Value |
Description |
Output level |
Data Type |
Double precision floating point type (Double) |
Range |
-40 to 40 |
Preset Value |
0 |
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 DCLev as Double
SCPI.SOURce.BIAS.VOLTage = 8.5
DCLev = SCPI.SOURce.BIAS.VOLTage
Sweep Setup > DC Bias Level
System > Overload Recovery > DC Bias Level
:SOURce:BIAS:VOLTage <numeric>
:SOURce:BIAS:VOLTage?
{numeric} <newline><^END>
10 OUTPUT 717;":SOUR:BIAS:VOLT 5.2"
20 OUTPUT 717;":SOUR:BIAS:VOLT?"
30 ENTER 717;A