ophyd.areadetector.filestore_mixins.FileStoreIterativeWrite

class ophyd.areadetector.filestore_mixins.FileStoreIterativeWrite(*args, **kwargs)

This adds ‘point_number’ to datum_kwargs.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

collect_asset_docs()

describe()

Provide schema and meta-data for read().

generate_datum(key, timestamp, datum_kwargs)

Generate a uid and cache it with its key for later insertion.

pause()

Attempt to 'pause' the device.

read()

Read data from the device.

resume()

Resume a device from a 'paused' state.

stage()

Stage the device for data collection.

trigger()

Trigger the device and return status object.

unstage()

Unstage the device.

Attributes

fs_root

DEPRECATED: The 'root' put into the Asset registry, use reg_root

read_path_template

Returns write_path_template if read_path_template is not set

reg_root

The 'root' put into the Asset Registry

write_path_template