The MsCalculationHistorySet enumeration is used to determine parameters of modeling problem calculation logging.
It is used by the following property:
Value | Brief description |
0 | None. History is not saved. |
1 | Log. History is saved as a log only. |
2 | Models. Only the copies of the model considered in the problem are saved. |
4 | Dependencies. Dependencies are saved (only for models based on time series database attributes). |
255 | Full. Copies of the models and history are stored as a log. |
Features of Dependencies value use: on calculating a modeling problem with the use of this value, the calculated model parameters (IMsFormulaTransform) are saved in the XML format to database. The saved parameters are further used on calculating the Components Deviation Analysis validation: they are loaded from XML again, then the obtained values are compared with the saved series values.
See also: