<variable>

Defines a variable.

Input

id
Unique variable ID
value
Variable value

Parent

<analysis>

Example

variable id="scale_factor" value="10e-12" />

Comments

  1. Variables cannot be redefined.
  2. Variables can be used with other variables to build complex strings.
  3. Variables are de-references by using their name with the '@' character.
  4. IDs cannot contain the '@' character.