Configure

Configuring the algorithm.

Syntax

Definition:

METHOD Configure : BOOL
VAR_INPUT
    sConfigId : STRING;
    stThresholdEdge : ST_ALY_Threshold;
END_VAR

Configure 1: Inputs

Name

Type

Description

sConfigId

STRING

Indicates the name of the report. The name must correspond to the name of the configuration file at the Reporting Server.

stThresholdEdge

ST_ALY_Threshold

Combination of comparison operator and threshold for edge detection.

Configure 2: Return value

Name

Type

Description

Configure

BOOL

Returns TRUE if successful.