aitomic.nomad_nmr.AutoExperiments

class aitomic.nomad_nmr.AutoExperiments(client, inner)[source]

A collection of auto experiments.

Examples

Parameters:

Attributes

client

The client to use for requests.

inner

The auto experiments.

Methods

download

Download the experiments into a zip file.

to_df

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:

bytes

to_df()[source]

Convert the experiment data into a data frame.

Examples

Return type:

DataFrame

client: Client

The client to use for requests.

inner: list[AutoExperiment]

The auto experiments.