Skip to content

Commit

Permalink
Merge pull request #5520 from jbeckerwsi/fix-lakeshore335-output-channel
Browse files Browse the repository at this point in the history
Lakeshore 335 Output: Add parameter mapping for input=None
  • Loading branch information
jenshnielsen committed Nov 15, 2023
2 parents 8df3b28 + b8061e2 commit 62b3498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changes/newsfragments/5520.improved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Lakeshore 335 Output: Add parameter mapping for input=None
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
ch_name: num_for_cmd + 1
for num_for_cmd, ch_name in enumerate(_channel_name_to_command_map.keys())
}
_channel_name_to_outmode_command_map.update({"None": 0})


class LakeshoreModel335Channel(BaseSensorChannel):
Expand Down

0 comments on commit 62b3498

Please sign in to comment.