SCPI.SOURce(Ch).BIAS.CENTer

Object Type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).BIAS.CENTer = Value

Value = SCPI.SOURce(Ch).BIAS.CENTer

Description

This command sets/gets the center value of the bias sweep for the selected channel ( Ch).

Variable

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.

Examples

Dim CentVolt as Double
SCPI.SOURce(4).BIAS.CENTer = 3.0
CentVolt = SCPI.SOURce(4).BIAS.CENTer

Related Objects

SCPI.SOURce(Ch).BIAS.SPAN

SCPI.SOURce(Ch).BIAS.STARt

SCPI.SOURce(Ch).BIAS.STOP

Equivalent Key

Center

 

Equivalent SCPI Command

Syntax

:SOURce{[1]-4}:BIAS:CENTer <numeric>

:SOURce{[1]-4}:BIAS:CENTer?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":SOUR1:BIAS:CENT 1.2"
20 OUTPUT 717;":SOUR1:BIAS:CENT?"
30 ENTER 717;A