Command/Query
:TRIGger:CCHeck {ON|OFF|1|0}
:TRIGger:CCHeck?
This command sets the contact check mode. This function is added at the revision A.2.0x.
Parameter |
Selection Option |
Description |
Contact Check Mode |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as String
Var= "ON"
Ena.WriteString ":TRIG:CCH " & Var, True
Ena.WriteString ":TRIG:CCH?", True
Var=Ena.ReadString
Edit Test > Edit Measurement > Contact Check