GetOutputArray
Get result array without adding new values.
Syntax
Definition:
METHOD GetOutputArray : BOOL
VAR_INPUT
nSelection : UDINT;
pArrayOut: PVOID;
nArrayOutSize: UDINT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
nSelection | UDINT | Selection of the array to be output. 1: Sorted absolute values. The data type depends on the Pareto mode 2: Accumulated relative output values 3: Sorted alias names of the input channels 4: Input index of the sorted absolute values. Start index: 1 |
pArrayOut | PVOID | Pointer to output array. Dim.: nNumChannels |
nArrayOutSize | UDINT | Size of the output array. Dim.: nNumChannels |
Return value
Name | Type | Description |
---|---|---|
GetResults | BOOL | Returns |