Property (Read-Write)
SCPI.SOURce(Ch).BIAS.RANGe.AUTO = Status
Status = SCPI.SOURce(Ch).BIAS.RANGe.AUTO
This command sets/gets to fix the dc bias range at 40 V range for the selected channel ( Ch).
Parameter |
Status |
Description |
ON/OFF of the auto setting of the sweep time |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
True or ON |
Dim DCBiasRange As Boolean
SCPI.SOURce(1).BIAS.RANGe.AUTO = False
DCBiasRange = SCPI.SOURce(1).BIAS.RANGe.AUTO
System > Service Menu > DC Bias Range
:SOURce{[1]-4}:BIAS:RANGe:AUTO {ON|OFF|1|0}
:SOURce{[1]-4}:BIAS:RANGe:AUTO?
{1|0}<newline><^END>
10 OUTPUT 717;":SOUR1:BIAS:RANG:AUTO OFF"
20 OUTPUT 717;":SOUR1:BIAS:RANG:AUTO?"
30 ENTER 717;A