Skip to content

includeObject

The include instruction directs input processing to read from an alternative source. It takes one of two attributes:

{ "filename": <string> | "environment": <string> }
  • filename — a relative file path to read input from; typically used to read the parameter files during initialisation.
  • environment — an environment variable name holding one or more valid Spiral input objects (comma-separated); typically used to load the Spiral licence keys.

Include commands may be nested within included input streams.