GetOutputArray
Getting the entire output array. The array elements correspond to the distance between the reference channel and the input channels. The smaller the distance, the more equal the compared signals are. The number of elements corresponds to the configured number of input channels. The values are updated only if the Call() method has been called before.
Syntax
Definition:
METHOD GetOutputArray : BOOL
VAR_INPUT
pArrayOut : POITNER TO LREAL;
nArrayOutSize : ANY;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
pArrayOut | POINTER TO LREAL | Pointer to the output array: Dim: nBufferSize |
nArrayOutSize | UDINT | Size of the output array |
Return value
Name | Type | Description |
---|---|---|
GetOutputArray | BOOL | Returns |