SCPI.SENSe(Ch).Z.COMPensation.COLLect.ACQuire

Object Type

Method (Write Only)

Syntax

SCPI.SENSe(Ch).Z.COMPensation.COLLect.ACQuire = Standard

Description

This command executes the open, short or load of the fixture compensation for the selected channel (Ch).

Variable

Parameter

Standard

Description

Compensation Type

Data Type

Character string type (String)

Range

OPEN: Open
SHORt: Short
LOAD: Load

Preset Value

-

Unit

-

Resolution

-

Examples

Dim Dmy as Long
SCPI.SENSe(1).Z.COMPensation.COLLect.ACQuire = "OPEN"
Dmy = SCPI.IEEE4882.OPC
SCPI.SENSe(1).Z.COMPensation.COLLect.SAVE

Related Objects

SCPI.SENSe(Ch).Z.COMPensation.COLLect.SAVE

SCPI.SENSe(Ch).Z.COMPensation.CLEar

Equivalent Key

Calibration > Fixture Compen > Compensate > Open

Calibration > Fixture Compen > Compensate > Short

Calibration > Fixture Compen > Compensate > Load

Equivalent SCPI Command

Syntax

:SENSe{[1]-4}:Z:COMPensation:COLLect[:ACQuire] {OPEN|SHORt|LOAD}

Example of use

10 OUTPUT 717;":SENS1:Z:COMP:COLL OPEN"
20 OUTPUT 717;"*OPC?"
30 ENTER 717;A
40 OUTPUT 717;":SENS1:Z:COMP:COLL:SAVE"