SimBiology.export.SimulationOptions class

Superclasses:

Simulation settings for exported SimBiology model

Description

SimBiology.export.SimulationOptions is the superclass of simulation options for exported models. Simulation options are either of subclass SimBiology.export.ODESimulationOptions for deterministic solvers, or SimBiology.export.StochasticSimulationOptions for stochastic solvers.

Construction

Simulation options are created by the export method for SimBiology® models.

export (model)Export SimBiology models for deployment and standalone applications

Properties

MaximumNumberofLogs

Maximum number of logs criterion to stop simulation, a positive scalar value.

MaximumWallClock

Maximum elapsed wall clock time criterion to stop simulation, a positive scalar value.

StopTime

Simulation time criterion to stop simulation, a nonnegative scalar value.

TimeUnits

Time units for simulation. This property is read only.

Copy Semantics

Handle. To learn how handle classes affect copy operations, see Copying Objects.