qtt.measurements.acquisition package

Subpackages

Submodules

qtt.measurements.acquisition.configuration_storage module

Functionality to store and load instrument configurations.

qtt.measurements.acquisition.configuration_storage.load_configuration(file_path: str) PythonJsonStructure[source]

Loads the instrument configuration from disk storage.

Parameters:

file_path – The store file location on disk.

Returns:

The loaded configuration from disk.

qtt.measurements.acquisition.configuration_storage.save_configuration(file_path: str, configuration: PythonJsonStructure) None[source]

Saves the instrument configuration to disk storage.

Parameters:
  • file_path – The store file location on disk.

  • configuration – The instrument configuration that needs to be stored to disk.