Skip to content

v3.2.0

Compare
Choose a tag to compare
@x-oflisback x-oflisback released this 14 Sep 09:22
· 44 commits to main since this release

Features

This version introduces ways to get model executable information for simulations.

  • New method in Workspace
    • getModelExecutables()
  • New method in Case
    • getModelExecutable()
  • New class ModelExecutable
    • createExperimentDefinition()
    • getModelDescription()
    • getModelExecutableInfo()
  • New class ModelDescription
    • getDefaultExperiment()
    • getModelName()
    • getUnits()
    • getVariables()
  • New class DefaultExperiment
    • startTime
    • stepSize
    • stopTime
    • tolerance

Usage

See example in modelDescription.mjs.