You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/driver_examples/Qcodes example with DynaCool PPMS.ipynb
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -200,9 +200,9 @@
200
200
"cell_type": "markdown",
201
201
"metadata": {},
202
202
"source": [
203
-
"Alternatively, you can use the `blocking_t` parameter to prevent users from taking any action until the setpoint is reached. This may be useful for measurements where you are sweeping temperature and want to ensure the temperature is stable before taking a measurement.\n",
203
+
"Alternatively, you can use the `block_while_ramping_temperature` parameter to prevent users from taking any action until the setpoint is reached. This may be useful for measurements where you are sweeping temperature and want to ensure the temperature is stable before taking a measurement.\n",
204
204
"\n",
205
-
"The interval at which `blocking_t` checks for temperature stability can be modified through the parameter `blocking_t_state_check_interval`."
205
+
"The interval at which `temperature_setpoint` checks for temperature stability when `block_while_ramping_temperature` is True can be modified through the parameter `blocking_t_state_check_interval`."
0 commit comments