changes defaults in ls370sim

Change-Id: I6388358c42a4b115fc5aec4df0d4588457140744
This commit is contained in:
zolliker 2021-06-04 12:25:41 +02:00
parent 21c49df1a2
commit 8d6ba91a5e

View File

@ -28,12 +28,12 @@ class Ls370Sim(Communicator):
('RDGR?%d', '1.0'), ('RDGR?%d', '1.0'),
('RDGST?%d', '0'), ('RDGST?%d', '0'),
('RDGRNG?%d', '0,5,5,0,0'), ('RDGRNG?%d', '0,5,5,0,0'),
('INSET?%d', '1,5,5,0,0'), ('INSET?%d', '1,3,3,0,0'),
('FILTER?%d', '1,5,80'), ('FILTER?%d', '1,1,80'),
] ]
OTHER_COMMANDS = [ OTHER_COMMANDS = [
('*IDN?', 'LSCI,MODEL370,370184,05302003'), ('*IDN?', 'LSCI,MODEL370,370184,05302003'),
('SCAN?', '3,1'), ('SCAN?', '3,0'),
] ]
def earlyInit(self): def earlyInit(self):