The riversystem.commandline.exe provides a mechanism to run existing projects without the Source interface. It is possible to modify or change the behaviour of the project from the command line, by changing the values of global expressions. Results can be returned for recorded items or global expressions within the project.
riversystem.commandline.exe is included with Source.
...
The Metaparameter explorer (Metaparameter ExplorerAdding Function Usages Manually) can be used to attach global expressions directly to model variables for situations where the Function Editor has not been enabled by default.
...
Code Block |
---|
RiverSystem.CommandLine -m Client -o resultsfilename.csv |
Modifying parameters
When modifying global expressions using the the command line, ensure that your project is setup using functions. This To modify parameters in the model they need to be set up with functions. This can be done in one of three ways:
- Using the Function manager directly;Using the Metaparameter Explorer
- Creating functions and Adding Function Usages Manually; or
- The Calibration Wizard can be used to add functions in the project. Refer to Working with metaparameters for more information.
...