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