SCPI.SENSe(Ch).Z.COMPensation.STATe.OPEN

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).Z.COMPensation.STATe.OPEN = Status

Status = SCPI.SENSe(Ch).Z.COMPensation.STATe.OPEN

Description

This command turns On/Off the open of fixture compensation for the selected channel (Ch).

Variable

Parameter

Status

Description

Open compensation on/off

Data Type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON(1): Turns ON.

  • False or OFF(0): Turns OFF.

Preset Value

OFF

Unit

-

Resolution

-

Examples

Dim OpenCompStatus as Boolean
SCPI.SENSe(1).Z.COMPensation.STATe.OPEN = Ture
OpenCompStatus = SCPI.SENSe(1).Z.COMPensation.STATe.OPEN

Related Objects

SCPI.SENSe(Ch).Z.COMPensation.STATe.ALL

SCPI.SENSe(Ch).Z.COMPensation.STATe.LOAD

SCPI.SENSe(Ch).Z.COMPensation.STATe.SHORt

Equivalent Key

Calibration > Fixture Compen > Compensate > Compen Open

Equivalent SCPI Command

Syntax

:SENSe{[1]-4}:Z:COMPensation:STATe:OPEN {ON|OFF|1|0}

:SENSe{[1]-4}:Z:COMPensation:STATe:OPEN?

Query Response

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

Example of use

10 OUTPUT 717;":SENS1:Z:COMP:STAT:OPEN ON"
20 OUTPUT 717;":SENS1:Z:COMP:STAT:OPEN?"
30 ENTER 717;A