Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeckerwsi authored Jan 16, 2024
1 parent bdcc879 commit 19b2660
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ def __init__(self, parent: "LakeshoreModel335", name: str, channel: str):
"sensor_type",
label="Input sensor type",
docstring="Specifies input sensor type",
val_mapping={"disabled": 0, "diode": 1, "platinum_rtd": 2, "ntc_rtd": 3, "thermocouple": 4},
val_mapping={
"disabled": 0,
"diode": 1,
"platinum_rtd": 2,
"ntc_rtd": 3,
"thermocouple": 4,
},
parameter_class=GroupParameter,
)
self.add_parameter(
Expand Down

0 comments on commit 19b2660

Please sign in to comment.