GetResults
Get result array without adding new values.
Syntax
Definition:
METHOD GetResults : BOOL
VAR_INPUT
pHistArrayOut: POINTER TO ULINT;
nHistArrayOutSize : UDINT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
pHistArrayOut | POINTER TO ULINT | Pointer to histogram array. Dim.: nBins + 2 |
nHistArrayOutSize | UDINT | Size of the histogram array. Dim.: nBins + 2 |
Return value
Name | Type | Description |
---|---|---|
GetResults | BOOL | Returns |