analysisName

Display name for this analysis — the user's label for the set of scenarios in this document. Used by hosts as:

  • the subdirectory under <workspace>/output/ where every artifact of a Simulate (the <analysisName>.db, reports, CSVs, kslOutput.txt) lands;

  • the stem of the SQLite database file produced by the ScenarioOrchestrator when enableKSLDatabase is on;

  • a stable identity for the document so re-running the same scenarios overwrites the same artifacts instead of accumulating new ones.

Defaults to "Untitled" for fresh documents. The Scenario app auto-fills from the TOML filename stem on the first Save while the field is still at the default; thereafter the user owns it. Sanitised at write time via sanitizeAnalysisName before it touches the filesystem; the stored value is the user-typed form so the UI shows what they typed.