SCPI.SOURce(Ch).BIAS.STARt

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

Value

Description

Start voltage

Data Type

Double precision floating point type (Double)

Range

-40 to 40

Preset Value

-1

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 StarVolt as Double
SCPI.SOURce(1).BIAS.STARt = -1.5
StarVolt = SCPI.SOURce(1).BIAS.STARt

Related Objects

SCPI.SOURce(Ch).BIAS.CENTer

SCPI.SOURce(Ch).BIAS.SPAN

SCPI.SOURce(Ch).BIAS.STOP

Equivalent Key

Start

Equivalent SCPI Command

Syntax

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

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

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":SOUR2:BIAS:STAR -12.0"
20 OUTPUT 717;":SOUR2:BIAS:STAR?"
30 ENTER 717;A