Series
Summary
Represents a list of points (timestamp, value) of the signals analysis
- Methods
- Properties
Structure
- class Series
- add(message: IMessageBase)
Add a point to the list from a message object.
- Parameters
message (
IMessageBase
) – a message object
- values
A list of timestamp/value elements.
- Type