SCPI.SOURce(Ch).BIAS.STOP

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

Value

Description

Stop 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 StopVolt as Double
SCPI.SOURce(1).BIAS.STOP = 2.5
StopVolt = SCPI.SOURce(1).BIAS.STOP

Related Objects

SCPI.SOURce(Ch).BIAS.CENTer

SCPI.SOURce(Ch).BIAS.SPAN

SCPI.SOURce(Ch).BIAS.STARt

Equivalent Key

Stop

Equivalent SCPI Command

Syntax

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

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

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":SOUR2:BIAS:STOP 5.0"
20 OUTPUT 717;":SOUR2:BIAS:STOP?"
30 ENTER 717;A