abfRegisterIndex()

Marks the currently open datatype as representing time.

Syntax

voidabfRegisterIndex();

Example

abfOpenDatatype("Index")
abfRegisterIndex();

Comments

The program allows for the existence of an index data type, containing only one request and one component. The component should contain an index of what time step the corresponding values were generated. If you do not use abfRegisterIndex, the program's interface contains unnecessary information when plotting against an index.

abfRegisterIndex() can also be used to allow a second datatype to represent time.