Method (Write Only)
SCPI.SENSe(Ch).Z.COMPensation.COLLect.ACQuire = Standard
This command executes the open, short or load of the fixture compensation for the selected channel (Ch).
Parameter |
Standard |
Description |
Compensation Type |
Data Type |
Character string type (String) |
Range |
OPEN: Open |
Preset Value |
- |
Unit |
- |
Resolution |
- |
Dim Dmy as Long
SCPI.SENSe(1).Z.COMPensation.COLLect.ACQuire = "OPEN"
Dmy = SCPI.IEEE4882.OPC
SCPI.SENSe(1).Z.COMPensation.COLLect.SAVE
SCPI.SENSe(Ch).Z.COMPensation.COLLect.SAVE
SCPI.SENSe(Ch).Z.COMPensation.CLEar
Calibration > Fixture Compen > Compensate > Open
Calibration > Fixture Compen > Compensate > Short
Calibration > Fixture Compen > Compensate > Load
:SENSe{[1]-4}:Z:COMPensation:COLLect[:ACQuire] {OPEN|SHORt|LOAD}
10 OUTPUT 717;":SENS1:Z:COMP:COLL OPEN"
20 OUTPUT 717;"*OPC?"
30 ENTER 717;A
40 OUTPUT 717;":SENS1:Z:COMP:COLL:SAVE"