IMsVariableTestData.Lag

Syntax

Lag: String;

Description

The Lag property determines the variable lag.

Comments

Lag is a offset of points of the variables in the time period. Offset direction depends on lag value. If the lag is negative, the points of a variable offset backwards; if it is positive, points offset forward.

To set up the Lag property, specify the size of the offset in a string view. For example, offset of the variable four points forward:

Lag := "4";

Example

The property use is given in the example for IMsMetaModelVisualController.DFTest.

See also:

IMsVariableTestData