cellpy.readers.instruments.arbin_sql_h5#

arbin MS SQL Server exported h5 data

Module Contents#

Classes#

DataLoader

Class for loading arbin-data from MS SQL server.

Functions#

from_arbin_to_datetime(n)

Attributes#

ALLOW_MULTI_TEST_FILE

DATE_TIME_FORMAT

DEBUG_MODE

normal_headers_renaming_dict

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

Bases: cellpy.readers.instruments.base.BaseLoader

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

Class for loading arbin-data from MS SQL server.

initiates the ArbinSQLLoader class

instrument_name = 'arbin_sql_h5'[source]#
raw_ext = 'h5'[source]#
static get_headers_aux(df)[source]#

Defines the so-called auxiliary table column headings for Arbin SQL Server h5 export

static get_headers_normal()[source]#

Defines the so-called normal column headings for Arbin SQL Server h5 export

static get_raw_limits()[source]#

returns a dictionary with resolution limits

static 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

from_arbin_to_datetime(n)[source]#
ALLOW_MULTI_TEST_FILE[source]#
DATE_TIME_FORMAT[source]#
DEBUG_MODE[source]#
normal_headers_renaming_dict[source]#