...
Code Block |
---|
--resultsOutputMode |
There are three modes currently available (with another coming soon):
- noOutput - This improves performance when using automatic exporting tools such as Scenario Options: Simulation results or Simulation Log which automatically exports results after each run to a specific location.
- serverNamedFormat - This mode saves from the server, rather than transferring data back to the client when in client-server mode. This is also now the default for a single computer run, meaning performance is improved by not transferring the data.
- clientNamedFormat - (default for client-server mode). The data is transferred back to the client and saved (current behaviour).Coming soon: serverStreamedFormat - this will be available with results streaming in the next beta release.
Plugin Developers
We are planning on moving to C# 7, Visual Studio 2019 and .NET 4.8.0 soon, so you will need to make sure you have updated Visual Studio to continue developing plugins in the beta versions.
...