Object Reference : Object View and Procedure Reference : Model
  
 
track
Specify endogenous variables to track.
Sets the list of endogenous variables that will be tracked at the next simulation. Results of all tracked endogenous variables will be part of the model solution output.
Syntax
model_name.track endog1 [endog2 endog3 ...]
Specify a list of endogenous variables to be tracked. You may use @all to track all endogenous variables.
Examples
model1.track gdp cons interest cpi
specifies that GDP, CONS, INTEREST, and CPI should be tracked at the next simulation.
model1.track @all
tracks all endogenous variables at the next simulation.
Cross-references
See also Model::model and Model::trace.