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