Main Content

SimBiology.export.StochasticSimulationOptions Properties

Settings for stochastic simulation of exported SimBiology model

SimBiology.export.StochasticSimulationOptions is the object property of simulation options associated with stochastic solvers. The object types of SimBiology.export.StochasticSimulationOptions are SimBiology.export.ExplicitTauSimulationOptions and SimBiology.export.ImplicitTauSimulationOptions.

Stochastic simulation options are created by the export function for SimBiology® models with a stochastic SolverType (ssa, expltau, or impltau).

Stochastic Simulation Options

expand all

Frequency to log stochastic simulation output, specified as a positive integer value.

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

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

Random number generator, specified as a positive integer value.

This property is read-only.

Solver type to use for simulation, specified as a character vector. The stochastic solver type is one of:

  • 'ssa'

  • 'expltau'

  • 'impltau'

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

This property is read-only.

Time units for simulation, specified as a character vector.

Version History

Introduced in R2012b