Commit 429a60ec authored by Tom Cobb's avatar Tom Cobb

Made encoder test work with 2.x firmware

parent 7113151c
......@@ -37,7 +37,7 @@ class Encoder(PandATest.PandATest):
('INENC{}.PROTOCOL=SSI'.format(self.blocknum), ('OK', 0)),
('OUTENC{}.PROTOCOL=DATA Passthrough'.format(self.blocknum), ('OK', 0)),
('INENC{}.CLK_SRC=From CLK'.format(self.blocknum), ('OK', 0)),
('OUTENC{}.CONN=ONE'.format(self.blocknum), ('OK', 0))
('OUTENC{}.ENABLE=ONE'.format(self.blocknum), ('OK', 0))
])
#SET FOR SSI
for cmd, expected in setup_data_commands.items():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment