SCPI.SOURce(Ch).BIAS.RANGe.AUTO

Object type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).BIAS.RANGe.AUTO = Status

Status = SCPI.SOURce(Ch).BIAS.RANGe.AUTO

Description

This command sets/gets to fix the dc bias range at 40 V range for the selected channel ( Ch).

Variable

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:

  • True or ON: Auto.

  • False or OFF: Range is fixed at 40 V range.

Preset value

True or ON

Examples

Dim DCBiasRange As Boolean
SCPI.SOURce(1).BIAS.RANGe.AUTO = False
DCBiasRange = SCPI.SOURce(1).BIAS.RANGe.AUTO

Equivalent key

System > Service Menu > DC Bias Range

Equivalent SCPI command

Syntax

:SOURce{[1]-4}:BIAS:RANGe:AUTO {ON|OFF|1|0}

:SOURce{[1]-4}:BIAS:RANGe:AUTO?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":SOUR1:BIAS:RANG:AUTO OFF"
20 OUTPUT 717;":SOUR1:BIAS:RANG:AUTO?"
30 ENTER 717;A