Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
getAggregateData
Function getAggregateData
get
Aggregate
Data
(
node
,
processingInterval
,
startDate
,
endDate
,
lambda
,
callback
)
:
void
Parameters
node
:
UAVariable
processingInterval
:
number
startDate
:
Date
endDate
:
Date
lambda
:
(
(
interval
:
Interval
,
aggregateConfiguration
:
AggregateConfigurationOptionsEx
)
=>
DataValue
)
(
interval
,
aggregateConfiguration
)
:
DataValue
Parameters
interval
:
Interval
aggregateConfiguration
:
AggregateConfigurationOptionsEx
Returns
DataValue
callback
:
(
(
err
:
null
|
Error
,
dataValues
?:
DataValue
[]
)
=>
void
)
(
err
,
dataValues
?
)
:
void
Parameters
err
:
null
|
Error
Optional
dataValues
:
DataValue
[]
Returns
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
NodeOPCUA reference documentation - public API
Loading...