NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-aggregates
getAggregateData
Function getAggregateData
getAggregateData
(
node
:
UAVariable
,
processingInterval
:
number
,
startDate
:
Date
,
endDate
:
Date
,
lambda
:
(
interval
:
Interval
,
aggregateConfiguration
:
AggregateConfigurationOptionsEx
,
)
=>
DataValue
,
callback
:
(
err
:
Error
|
null
,
dataValues
?:
DataValue
[]
)
=>
void
,
)
:
void
Parameters
node
:
UAVariable
processingInterval
:
number
startDate
:
Date
endDate
:
Date
lambda
:
(
interval
:
Interval
,
aggregateConfiguration
:
AggregateConfigurationOptionsEx
,
)
=>
DataValue
callback
:
(
err
:
Error
|
null
,
dataValues
?:
DataValue
[]
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...