cellpy.readers.instruments.neware_xlsx#

neware xlsx exported data

Module Contents#

Classes#

DataLoader

Class for loading arbin-data from MS SQL server.

ModelParameters

Functions#

to_datetime(n)

Attributes#

ALLOW_MULTI_TEST_FILE

DATE_TIME_FORMAT

DEBUG_MODE

class DataLoader(*args, **kwargs)[source]#

Bases: cellpy.readers.instruments.base.BaseLoader

Inheritance diagram of cellpy.readers.instruments.neware_xlsx.DataLoader

Class for loading arbin-data from MS SQL server.

initiates the neware xlsx reader class

instrument_name = 'neware_xlsx'[source]#
raw_ext = 'xlsx'[source]#
static get_headers_aux(df)[source]#

Defines the so-called auxiliary table column headings for Neware xlsx export

Warning: not properly implemented yet

static get_headers_normal()[source]#

Defines the so-called normal column headings for export

get_normal_headers_renaming_dict()[source]#
static get_raw_limits()[source]#

returns a dictionary with resolution limits

get_raw_units()[source]#
loader(name, **kwargs)[source]#

returns a Data object with loaded data.

Loads data from arbin SQL server h5 export.

Parameters:

name (str) – name of the file

Returns:

data object

class ModelParameters[source]#
states: dict[source]#
to_datetime(n)[source]#
ALLOW_MULTI_TEST_FILE[source]#
DATE_TIME_FORMAT[source]#
DEBUG_MODE[source]#