SCPI.SOURce.BIAS.VOLTage

Object Type

Property (Read-Write)

Syntax

SCPI.SOURce.BIAS.VOLTage = Value

Value = SCPI.SOURce.BIAS.VOLTage

Description

This command sets/gets the output level for DC bias output.

Variable

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.

Examples

Dim DCLev as Double
SCPI.SOURce.BIAS.VOLTage = 8.5
DCLev = SCPI.SOURce.BIAS.VOLTage

Related Objects

SCPI.SOURce.BIAS.ENABle

SCPI.SOURce.BIAS.PORT

Equivalent Key

Sweep Setup > DC Bias Level

System > Overload Recovery > DC Bias Level

Equivalent SCPI Command

Syntax

:SOURce:BIAS:VOLTage <numeric>

:SOURce:BIAS:VOLTage?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":SOUR:BIAS:VOLT 5.2"
20 OUTPUT 717;":SOUR:BIAS:VOLT?"
30 ENTER 717;A