SeriesDecompressor
SeriesDecompressor
The SeriesDecompressor is a sequencer block, that allows to decompress series of numeric data.
Currently, series compressed using either by Delta or Delta-of-Delta compression methods can be decompressed by this block.
Events
Name | Appearance | Description |
---|---|---|
Decompress | Predefined input event | Will decompress the new value of the series (i.e. the argument named by the Value attribute) and emit it out with the Decompressed event |
Decompressed | Predefined output event | Will be emitted after the Decompress event was received, having value named by the Value attribute replaced with the decompressed value |
SeriesEnd | Predefined input event | Will reset the decompression algorithm (new series can be started to be sent in) |
SeriesEnded | Predefined input event | Will will be emitted after SeriesEnd done |
Arguments
Name | Description |
---|---|
Any user-configurable input argument | Argument that will be included with Decompress event and that will be decompressed and sent out with the Decompressed event. Note, that the argument has also to be selected as an argument to decompress via the Value attribute. Note also, that the argument must be selected as a data argument for the Decompress and the Decompressed events. This is done by clicking into the event's Data property and selecting the argument name. |
Properties
Name | Description |
---|---|
Method | Decompression method to use. Look at the Series Compression Methods for a detailed description of the available methods. |
Value | Argument name that holds the value to be decompressed. Other arguments of the Decompress event will be forwarded to the Decompressed event as-is. |
See also SeriesCompressor.
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.