ecFlow's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The suite keyword is used to start a new suite definition. There can be only one suite defined in a definition file.
The only parameter the suite command takes is the name of the new suite to be defined. After this command, all other commands define something in the suite.

Currently, there cannot be dependencies at the suite level.
A suite is a collection of families, variables, repeat, and clock definitions.
A suite is the only component that can be started using begin(CLI)

suite x
 clock hybrid
 edit ECF_HOME "/some/other/dir"
 family f
 ...
endsuite
  • No labels