cellpy.utils.batch_tools.dumpers#

Dumpers are functions that are used by the Do-ers. Keyword Args: experiments, farms, barn, engine Returns nothing.

Module Contents#

Functions#

csv_dumper(**kwargs)

dump data to csv

excel_dumper(**kwargs)

Dump data to excel xlxs-format.

origin_dumper(**kwargs)

Dump data to a format suitable for use in OriginLab.

ram_dumper(**kwargs)

Dump data to 'memory' for later usage.

screen_dumper(**kwargs)

Dump data to screen.

csv_dumper(**kwargs)[source]#

dump data to csv

excel_dumper(**kwargs)[source]#

Dump data to excel xlxs-format.

origin_dumper(**kwargs)[source]#

Dump data to a format suitable for use in OriginLab.

ram_dumper(**kwargs)[source]#

Dump data to ‘memory’ for later usage.

screen_dumper(**kwargs)[source]#

Dump data to screen.