Property (Read-Write)
SCPI.SENSe(Ch).Z.COMPensation.STATe.LOAD = Status
Status = SCPI.SENSe(Ch).Z.COMPensation.STATe.LOAD
This command turns On/Off the load of fixture compensation for the selected channel (Ch).
Parameter |
Status |
Description |
Load compensation on/off |
Data Type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset Value |
OFF |
Unit |
- |
Resolution |
- |
Dim LoadCompStatus as Boolean
SCPI.SENSe(1).Z.COMPensation.STATe.LOAD = True
LoadCompStatus = SCPI.SENSe(1).Z.COMPensation.STATe.LOAD
SCPI.SENSe(Ch).Z.COMPensation.STATe.ALL
SCPI.SENSe(Ch).Z.COMPensation.STATe.OPEN
SCPI.SENSe(Ch).Z.COMPensation.STATe.SHORt
Calibration > Fixture Compen > Compensate > Compen Load
:SENSe{[1]-4}:Z:COMPensation:STATe:LOAD {ON|OFF|1|0}
:SENSe{[1]-4}:Z:COMPensation:STATe:LOAD?
{1|0}<newline><^END>
10 OUTPUT 717;":SENSe1:Z:COMPensation:STATe:LOAD ON"
20 OUTPUT 717;":SENSe1:Z:COMPensation:STATe:LOAD?"
30 ENTER 717;A