Miscellaneous¶
This page will show off some features that are not big enough to warrant their own page.
Run Number¶
Call Daq.run_number
to get the current run number. This will either be the
run number of the last run if we are not recording, or the current run if
we are.
In [1]: run_num = daq.run_number()