SCPI.SOURce(Ch).BIAS.SPAN

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

Value

Description

Span voltage

Data Type

Double precision floating point type (Double)

Range

0 to 80

Preset Value

2

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 SpanVolt as Double
SCPI.SOURce(3).BIAS.SPAN = 4.0
SpanVolt = SCPI.SOURce(3).BIAS.SPAN

Related Objects

SCPI.SOURce(Ch).BIAS.CENTer

SCPI.SOURce(Ch).BIAS.STARt

SCPI.SOURce(Ch).BIAS.STOP

Equivalent Key

Span

Equivalent SCPI Command

Syntax

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

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

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":SOUR1:BIAS:SPAN 2.0"
20 OUTPUT 717;":SOUR1:BIAS:SPAN?"
30 ENTER 717;A