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
StatesToLog | Specify species, compartment, or parameter data recorded |
Type | Display SimBiology object type |
Characteristics
Applies to | Object: configset |
Data type | Object |
Data values | Run-time options |
Access | Read-only |
Examples
Create a model object, and retrieve its configuration set.
modelObj = sbiomodel('cell'); configsetObj = getconfigset(modelObj);
Retrieve the
RuntimeOptions
object from theconfigset
object.runtimeObj = get(configsetObj, 'RunTimeOptions') Runtime Settings: StatesToLog: all