Skip to content

Resolve "Get the URL of the next scan"

Wout De Nolf requested to merge 3415-get-the-url-of-the-next-scan into master

Closes #3415

For data processing, we often want to start the processing before the scan starts. For that we need to know the URL's of where the data will be before the scan has run.

scan = loopscan(10, 0.1, diode, run=False)

start_processing(scan.get_urls())

scan.run()
Edited by Wout De Nolf

Merge request reports