table instance

Brief

The instance of other indicator.

Details

To create an instance of this table use profile:createInstance() or indicator_manager:create() method.

You can use the instance of the indicator to calculate and get the indicator results.

Public Properties

DATA

Gets the output first stream of the indicator.

Public Methods

getStream

Gets the output indicator stream.

getStreamCount

Gets the number of output indicator streams.

update

Forces the indicator calculation.

back