Main Content

RuntimeOptions

Options for logged species

Description

The RuntimeOptions property holds options for species that will be logged during the simulation run. The run-time options object can be accessed through this property.

The LogDecimation property of the configuration set object defines how often data is logged.

Property Summary

StatesToLogSpecify species, compartment, or parameter data recorded
TypeDisplay SimBiology object type

Characteristics

Applies toObject: configset
Data typeObject
Data valuesRun-time options
AccessRead-only

Examples

  1. Create a model object, and retrieve its configuration set.

    modelObj  = sbiomodel('cell');
    configsetObj = getconfigset(modelObj);
  2. Retrieve the RuntimeOptions object from the configset object.

    runtimeObj = get(configsetObj, 'RunTimeOptions')
    Runtime Settings:
    
         StatesToLog:          all

See Also

get, set