Modulesยง
- collector
- High-Level interface to run the data loop
and setup Chart and Dimension info in an efficient manner.
(The Collector section includes an example.)
Structsยง
- Begin
- This Opens the Begin -> Set -> End data collection sequence.
- Chart
- This structure defines a new chart.
- Dimension
- Defines a new dimension for the Chart.
- Set
- Store the collected values.
- Variable
- Define and publish variables and constants.
Enumsยง
- Algorithm
- Interpretion of sequential values for a given Dimension.
- Chart
Option - Auxilary options available for Chart.
- Chart
Type - The type of graphical rendering.
- Dimension
Option - Auxilary options available for Dimension.
- Instruction
- Command literals used for plugin communication.
- Scope
- Variables can claim validity for different scopes.
Functionsยง
- options_
to_ ๐textfield - A space delimited concatenation of all given options as string.
- some_
to_ ๐textfield - Text representation of a given optional field value or
an empty string instead of
None
. - validate_
id ๐ - A private function used for the validation of
id
entries. - validate_
type_ ๐id - A private function used for the validation of
type_id
entries.