fix
This commit is contained in:
@@ -61,8 +61,8 @@ class PrologixEndpointLoop:
|
|||||||
|
|
||||||
def _keithley2000_init_cmds(self, dev_meta: dict[str, Any]) -> list[str]:
|
def _keithley2000_init_cmds(self, dev_meta: dict[str, Any]) -> list[str]:
|
||||||
default_cmds = [
|
default_cmds = [
|
||||||
# turn off VFD
|
"*CLS",
|
||||||
":DISP:ENAB OFF",
|
":INIT:CONT OFF;:ABORT",
|
||||||
# DC voltage config
|
# DC voltage config
|
||||||
':SENS:FUNC "VOLT:DC"',
|
':SENS:FUNC "VOLT:DC"',
|
||||||
":SENS:VOLT:DC:RANG 10", # fixed 10 V range
|
":SENS:VOLT:DC:RANG 10", # fixed 10 V range
|
||||||
@@ -71,6 +71,8 @@ class PrologixEndpointLoop:
|
|||||||
# offset drift?
|
# offset drift?
|
||||||
":SYST:AZER:STAT ON",
|
":SYST:AZER:STAT ON",
|
||||||
":TRIG:SOUR IMM",
|
":TRIG:SOUR IMM",
|
||||||
|
# turn off VFD
|
||||||
|
":DISP:ENAB OFF",
|
||||||
]
|
]
|
||||||
|
|
||||||
extra = dev_meta.get("init_cmds")
|
extra = dev_meta.get("init_cmds")
|
||||||
|
|||||||
Reference in New Issue
Block a user