Skip to content

[SETTINGS]#

The SETTINGS block defines global variables used across all other command blocks.

TIMESTEPS#

Usage#

TIMESTEPS = $timestep_i [$timestep_j [$stride] ]

Default = N/A

Integer value of the timestep or timestep range to be analyzed, optionally with a stride. Use -1 to specify the last available timestep from the trajectory. When multiple trajectories are used, -1 resolves to the smallest last timestep across all trajectories to ensure compatibility. The -1 functionality is not supported for dspacestrj trajectories as the number of frames is not necessarily known in advance.

DELIM.FILE#

Usage#

DELIM.FILE = $delimiter

Default = \t

Specify the column delimiter used in edge (.edg), node (.nds), and Z-matrix (.zmt) output files. Also used when reading .edg and .nds files back in. This command accepts any single character, or the escape characters \t, \r, and \n.

DELIM.MAP#

Usage#

DELIM.MAP = $delimiter

Default = :

Single-character delimiter used to separate keys from values in the Attribute Combination syntax. Changing this allows the use of : in attribute values. This command does not accept whitespace or escape characters.