SCPI.SERVice.ADJust.VIRTual.BRIDge.STATe

Object type

Property (Read-Write)

Syntax

Value = SCPI.SERVice.ADJust.VIRTual.BRIDge.STATe

 SCPI.SERVice.ADJust.VIRTual.BRIDge.STATe = Value

Description

This command sets/gets virtual bridge correction ON/OFF status. This command is used in the 8 term Calibration using External PC.

Variable

Parameter

Value

Description

ON/OFF of Virtual bridge correction

Data type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

ON

Note

The setting for this command is set at ON by the preset, but it is not saved in the state file. Even if save command is executed after calibration with virtual bridge OFF, it is not possible to measure the value correctly only by recalling. To recall the state the status of virtual bridge should be set as OFF.

Examples

Dim Val As Boolean
SCPI.SERVice.ADJust.VIRTual.BRIDge.STATe = True
Val = SCPI.SERVice.ADJust.SERVice.VIRTual.BRIDge.STATe

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:SERVice:ADJust:VIRTual:BRIDge[:STATe]{ON|OFF|1|0}

:SERVice:ADJust:VIRTual:BRIDge[:STATe]?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":SERV:ADJ:VIRT:BRID ON"
20 OUTPUT 717;":SERV:ADJ:VIRT:BRID?"
30 ENTER 717;A