aitomic.nomad_nmr.AutoExperiments¶
- class aitomic.nomad_nmr.AutoExperiments(client, inner)[source]¶
A collection of auto experiments.
Examples
- Parameters:
client (Client) – The client to use for requests.
inner (list[AutoExperiment]) – The auto experiments.
Attributes
Methods
Download the experiments into a zip file.
Convert the experiment data into a data frame.
- download()[source]¶
Download the experiments into a zip file.
Examples
- Returns:
The zip file as a series of bytes.
- Raises:
requests.HTTPError – If the download request fails.
- Return type:
- inner: list[AutoExperiment]¶
The auto experiments.