Property (Read-Write)
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.DCOFfset = Status
Status = SCPI.SENSe(Ch).CORRection.EXTension.AUTO.DCOFfset
This command enables/disables or gets the usage of DC Offset value for the results of the auto port extension, for the selected channel (Ch).
Parameter |
Status |
Description |
ON/OFF the usage of DC Offset value for the results of the auto port extension |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
False or OFF |
Dim Dcof As Boolean
SCPI.SENSe(1).CORRection.EXTension.AUTO.DCOFfset = True
Dcof = SCPI.SENSe(1).CORRection.EXTension.AUTO.DCOFfset
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion
SCPI.SENSe(Ch).CORRection.EXTension.STATe
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.CONFig
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.LOSS
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.MEASure
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.PORT(Pt)
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.RESet
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.STARt
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.STOP
Cal > Port Extensions > Auto Port Extension > Adjust Mismatch
:SENSe{[1]-160}:CORRection:EXTension:AUTO:DCOFfset {ON|OFF|1|0}
:SENSe{[1]-160}:CORRection:EXTension:AUTO:DCOFfset?
{1|0}<newline><^END>
10 OUTPUT 717;":SENS1:CORR:EXT:AUTO:DCOF ON"
20 OUTPUT 717;":SENS1:CORR:EXT:AUTO:DCOF?"
30 ENTER 717;A