pub fn simulate(
options: &FmiSimOptions,
) -> Result<(RecordBatch, SimStats), Error>Expand description
Simulate an FMI model parameterized by the given top-level options.
ยงReturns
A tuple of the record batch of the simulation results and the statistics of the simulation.