GetChannelOutputArray

Retrieves a channel-specific output array. The output values were updated in the previously called Call() method.

Syntax

Definition:

METHOD GetChannelOutputArray : BOOL
VAR_INPUT
    nChannel : UDINT;
    pCorrCoefsArrayOut : PVOID;
    nCorrCoefsArrayOutSize : UDINT;
END_VAR

GetChannelOutputArray 1: Inputs

Name

Type

Description

nChannel

UDINT

Channel index (1 to nNumChannels)

pCorrCoefsArrayOut

PVOID

Pointer to an array to which the coefficients are to be written.

nCorrCoefsArrayOutSize

UDINT

Array size

GetChannelOutputArray 2: Return value

Name

Type

Description

GetChannelOutputArray

BOOL

Returns TRUE if successful.