GetMaxConcurrency
Syntax
Definition:
METHOD GetMaxConcurrency : BOOL
VAR_INPUT
nConcurrency : Reference To UDINT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
nConcurrency | Reference To UDINT | Maximum supported number of concurrently processing threads |
Return value
BOOL
Methods reads out current configuration of inference engine regarding possible number of concurrently processing threads. This value is set by the user using stPredictionParameter
before calling Configure method.