ophyd.areadetector.filestore_mixins.FileStoreIterativeWrite

class ophyd.areadetector.filestore_mixins.FileStoreIterativeWrite(*args, write_path_template, root='/', read_path_template=None, reg=None, **kwargs)

Save records to filestore as they are generated.

__init__(*args, write_path_template, root='/', read_path_template=None, reg=None, **kwargs)

Methods

__init__(*args, write_path_template[, root, …])
describe()
generate_datum(key, timestamp, datum_kwargs) Generate the datum and insert
pause(() -> None) Attempt to ‘pause’ the device.
read()
resume(() -> None) Resume a device from a ‘paused’ state
stage()
trigger(() -> ophyd.status.StatusBase) Trigger the device and return status object
unstage()