Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
@@ -69,9 +69,18 @@ Read "stepping/streaming" example
temperature = fh_step.read("temperature", start, count)
pressure = fh_step.read("pressure", start, count)
.. caution::
When reading in stepping mode with the for-in directive, as in the example above, use the step handler (fh_step) inside the loop rather than the global handler (fh)