Skip to content

Commit 002cae5

Browse files
committed
MNT #197 use all terms
1 parent 08fda94 commit 002cae5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apstools/migration/spec2ophyd.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ def pop_word(line, int_result=False):
102102

103103
self.ctrl, r = pop_word(lr[1])
104104
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]
105108

106109
self.str_keys = "mne config_line name pvname signal_name".split()
107110
self.cntpar = {}

0 commit comments

Comments
 (0)