Command/Query
:SENSe<Ch>:CORRection:EXTension:AUTO:LOSS {ON|OFF|1|0}
:SENSe<Ch>:CORRection:EXTension:AUTO:LOSS?
This command sets/gets the loss correction as part of automatic port extension.
Parameter |
Selection Option |
Description |
Status of loss compensation |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as String
Var = 1
Ena.WriteString ":SENS1:CORR:EXT:AUTO:LOSS " & Str(Var), True
Ena.WriteString ":SENS1:CORR:EXT:AUTO:LOSS?", True
Var=Ena.ReadNumber
Calibration > Port Extensions > Auto Port Extension > Include Loss
SCPI.SENSE(Ch).CORRECTION.EXTENSION.AUTO.LOSS