import_cv_cycle: Imports a single constant-voltage 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_cv_cycle(inputfile = file.choose(), cols = c("T", "Q", "Vf", "Im"),
  ...)

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.

Details

This function calls importGamry and strips the output down to time, charge, voltage, and current columns. Unlike import_cc_cycle this function can't take a sequence of cycles and output during each cycle the time elapsed from the start of the first cycle.

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.