import_cc_cycle: Imports a single constant-current cycle.

Description Usage Arguments Details Value Author(s) See Also

Description

This function takes a single charge or discharge cycle from a cyclic charge/discharge loop run from Gamry Framework and outputs the time, voltage, and current into a data frame.

Usage

1
2
import_cc_cycle(inputfile = file.choose(), cols = c("T", "Vf", "Im"),
  getrealtime = TRUE, ...)

Arguments

inputfile

File to import.

cols

The names of the columns to import. These must match the names given by Gamry Framework to the data in the file.

getrealtime

If TRUE, searches for the start time offset (see details)

Details

This function calls importGamry and strips the output down to time, voltage, and current columns. It then multiplies time by current to get charge passed and adds that as a fourth column. If getrealtime is TRUE then the function will find the last line of the Gamry data file, where the "start time offset" is listed - this is how much time has passed since the first cycle in the sequence.

Value

Returns a data frame containing the time, voltage, current, and charge sampled during the cycle.

Author(s)

Mike Gerhardt

See Also

import_all_cc_cycles, import_cycling_stats, cv_cycle_stats


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