This commit is contained in:
2025-12-16 19:34:53 +06:00
parent 12ea397ccf
commit 736824952e

View File

@@ -70,7 +70,13 @@ class PrologixEndpointLoop:
":SENS:VOLT:DC:DIG 7", # max digits ":SENS:VOLT:DC:DIG 7", # max digits
# offset drift? # offset drift?
":SYST:AZER:STAT ON", ":SYST:AZER:STAT ON",
# trig
":TRIG:SOUR IMM", ":TRIG:SOUR IMM",
":TRIG:COUN 1",
":SAMP:COUN 1",
":TRIG:DEL 0",
# read only
":FORM:ELEM READ",
# turn off VFD # turn off VFD
":DISP:ENAB OFF", ":DISP:ENAB OFF",
] ]