import_cycling_stats: Import constant current cycling statistics.

Description Usage Arguments Details Value Author(s)

Description

Imports a Gamry .DTA file from a cycling experiment. These files are generated during cyclic charge/discharge experiments out of the PWR package and contain cycling efficiencies.

Usage

1
2
import_cycling_stats(inputfile = file.choose(), cols = c("Type", "Cycle",
  "Charge", "Duration", "Vstart", "Vend", "Energy"), efficiencies = TRUE, ...)

Arguments

inputfile

File to be imported.

cols

Columns to be imported (must match the names of columns in the data file)

efficiencies

If TRUE, current and energy efficiency will be calculated from the data and reported (default). If FALSE, efficiency calculation is skipped.

Details

When a cyclic charge/discharge loop is run using Gamry Framework 6, it outputs each charge/discharge curve as its own .DTA file, as well as a single .DTA file with each cycle's charge and discharge capacities, energies, and starting voltages. This function imports that file and puts it into a data frame.

Value

A data frame with the specified columns, plus (optionally) current and energy efficiencies.

Author(s)

Mike Gerhardt


mikegerhardt/echem documentation built on May 22, 2019, 10:51 p.m.