Skip to content

Commit

Permalink
DOC #940 clarify the default sscan record array size of 1,000
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Mar 20, 2024
1 parent 5487777 commit ea97c33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/examples/de_sscan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,9 @@
"\n",
"Retrieve the data collected by `scan1` as a dictionary of numpy arrays. Include\n",
"the motor and both detectors. The `sscan` record has buffers capable of\n",
"collecting as many as 1,000 points per array. First get the number of points\n",
"collected, then limit each array length to that number.\n",
"collecting as many as 1,000 points per array (in its default configuration).\n",
"First get the number of points collected, then limit each array length to that\n",
"number.\n",
"\n",
"Write this as a function so it can be called again later. It does not have any\n",
"statements that would block the RunEngine and it executes quickly. It does not\n",
Expand Down

0 comments on commit ea97c33

Please sign in to comment.