Skip to content

Commit

Permalink
fix typo in setpoint_ramp parameter group
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeckerwsi committed Sep 10, 2024
1 parent 3e4c608 commit 1956a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcodes/instrument_drivers/Lakeshore/lakeshore_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def __init__(
self.setpoint_ramp_enabled,
self.setpoint_ramp_rate,
],
set_cmd=f"RAMP {output_index},{{setpoint_ramping_enabled}},{{setpoint_ramping_rate}}",
set_cmd=f"RAMP {output_index},{{setpoint_ramp_enabled}},{{setpoint_ramp_rate}}",
get_cmd=f"RAMP? {output_index}",
)

Expand Down

0 comments on commit 1956a12

Please sign in to comment.