Property (Read-Write)
Value = SCPI.SERVice.ADJust.VIRTual.BRIDge.STATe
SCPI.SERVice.ADJust.VIRTual.BRIDge.STATe = Value
This command sets/gets virtual bridge correction ON/OFF status. This command is used in the 8 term Calibration using External PC.
This command does not works in options 2D5, 4D5, 2K5 and 4K5.
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. |
Dim Val As Boolean
SCPI.SERVice.ADJust.VIRTual.BRIDge.STATe = True
Val = SCPI.SERVice.ADJust.SERVice.VIRTual.BRIDge.STATe
No equivalent key is available on the front panel.
:SERVice:ADJust:VIRTual:BRIDge[:STATe]{ON|OFF|1|0}
:SERVice:ADJust:VIRTual:BRIDge[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":SERV:ADJ:VIRT:BRID ON"
20 OUTPUT 717;":SERV:ADJ:VIRT:BRID?"
30 ENTER 717;A