apsbits.demo_instrument.callbacks.spec_data_file_writer#

custom callbacks#

newSpecFile

User choice of the SPEC file name.

spec_comment

Make it easy for user to add comments to the data file.

specwriter

The SPEC file writer object.

Module Attributes

specwriter

The SPEC file writer object.

Functions

init_specwriter_with_RE(RE)

Initialize specwriter with the run engine.

newSpecFile(title[, scan_id, RE])

User choice of the SPEC file name.

spec_comment(comment[, doc])

Make it easy for user to add comments to the data file.

apsbits.demo_instrument.callbacks.spec_data_file_writer.init_specwriter_with_RE(RE)[source]#

Initialize specwriter with the run engine.

apsbits.demo_instrument.callbacks.spec_data_file_writer.newSpecFile(title, scan_id=None, RE=None)[source]#

User choice of the SPEC file name.

Cleans up title, prepends month and day and appends file extension. If RE is passed, then resets RE.md["scan_id"] = scan_id.

If the SPEC file already exists, then scan_id is ignored and RE.md["scan_id"] is set to the last scan number in the file.

apsbits.demo_instrument.callbacks.spec_data_file_writer.spec_comment(comment, doc=None)[source]#

Make it easy for user to add comments to the data file.

apsbits.demo_instrument.callbacks.spec_data_file_writer.specwriter#

The SPEC file writer object.