Object Reference : Object View and Procedure Reference : Model
  
 
revert
Reverts one or more overridden variables in the active model scenario back to their baseline values.
Syntax
model_name.revert ser1 [ser2 ...]
The specified variables will be removed from the override and exclude list of this scenario, and the associated overridden series in the workfile will be deleted.
If an asterisk is provided for the variable name, all overridden series in the active model scenario will be reverted.
Examples
M1.revert x z
removes X and Z from the override list in the current scenario.
Cross-references
See also Model::override, Model::exclude, and Model::scenario.