abfTimeString()

Creates a file with associations to multiple frequency channels.

Syntax

voidabfTimeString(const char *name);

Inputs

name
Name of the independent variable (other than "Time").

Return Value

None

Example

abfCreateDatatype("Frequency");
abfOpenDatatype("Frequency");
abfRegisterTime();
abfCloseDatatype();
abfTimeString("Frequency");

Comments

HyperGraph groups multiple channels into a single heading in the user interface and allows files to contain more than one independent variable, which are then matched automatically to the appropriate channels.

By default, the independent variable is called "Time" in the user interface, regardless of what datatype the values actually come from. This is necessary because values may come from more than one datatype, each of which must have a unique name.

Changing the time string changes what is displayed in the user interface (in particular, in the X datatype selector in the Build Plots panel).