txt2df: Import Zahner impedance series data

Description Usage Arguments Value

View source: R/txt2df.R

Description

This function imports Zahner (Thales) impedance data that was converted using the Bin2Txt.exe utility.

Usage

1
txt2df(datafilename, wearea = NA, runid.width = 3)

Arguments

datafilename

path to data file (string)

wearea

WE area (numeric)

runid.width

width of the runid (numeric)

Value

dataframe with the following columns:

LOGF log(frequency) / Hz
LOGO log(Omega)
LOGZm log(Z) measured / Ohm
Phim Phase / degrees
Real Real part (of impedance)
Imag Imaginary part (of impedance)
Phis Smoothed phase / degrees
LOGZs Smoothed log(Z)
LOGZzhit log(Z) ZHIT / Ohm
sampleid sampleid
runid runid
Current current (metadata)
Potential potential during measurement
exp.started start time
exp.ended end time
exp.length.seconds duration in seconds

chepec/zahner documentation built on Nov. 4, 2019, 8:50 a.m.