We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fda94 commit 002cae5Copy full SHA for 002cae5
apstools/migration/spec2ophyd.py
@@ -102,6 +102,9 @@ def pop_word(line, int_result=False):
102
103
self.ctrl, r = pop_word(lr[1])
104
self.unit, r = pop_word(r, True)
105
+ self.chan, r = pop_word(r, True)
106
+ self.scale, r = pop_word(r, True)
107
+ self.flags = pop_word(r)[0]
108
109
self.str_keys = "mne config_line name pvname signal_name".split()
110
self.cntpar = {}
0 commit comments