ewoksid02.utils.blissdata.load_scan#
- ewoksid02.utils.blissdata.load_scan(scan_memory_url, wait_until_start=True, beacon_host=None)[source]#
Loads a scan from the data store using the provided scan memory URL.
- Inputs:
scan_memory_url (str): The URL of the scan memory to load.
wait_until_start (bool, optional): Whether to wait until the scan starts. Defaults to True.
beacon_host (str) : hostname and beacon port
- Outputs:
Scan: The loaded scan object.
- Parameters:
scan_memory_url (
str)wait_until_start (
bool)beacon_host (
str)
- Return type:
Scan