All parameters example¶
This node includes all available configuration options for initialising parameters. The configuration GUI is automatically generated by the platform.
| Configuration: | All types of configuration options | 
|---|---|
| Ref. nodes: | Hello world example, Output example | 
Ports:
Configuration:
- stringfloat
 - A float
 - spinfloat
 - A float
 - combo_float1
 - Float parameter with predefined options.
 - stringinteger
 - An integer
 - spininteger
 - An integer
 - combo_integer1
 - Integer parameter with predefined options.
 - combo_integer2
 - Integer parameter with dynamic options.
 - lineedit
 - Text on a single line
 - textedit
 - (no description)
 - combo_string1
 - String parameter with predefined options.
 - combo_string2
 - String parameter with predefined options.
 - combo_string3
 - String parameter with predefined options.
 - combo_string4
 - String parameter with predefined options. Selected option can be edited (press return to confirm edit).
 - filename
 - A filename including path if needed
 - save_filename
 - A filename including path if needed
 - directory
 - A directory including path if needed
 - boolflag
 - A boolean flag indicating true or false
 - combo
 - A combo box
 - editcombo
 - An editable combo box. Selected option can be edited (press return to confirm edit).
 - alist
 - A list
 - editlist
 - An editable lists (use double-click, right-click). Only checked elements are saved.
 - multilist
 - A list with multiselect
 - editmultilist
 - An editable multiselect list (use double-click, right-click). Only checked elements are saved.
 
A collection of examples that illustrates a number of details that are important in order to create nodes for Sympathy of Data. The usage of content in this file should be combined with the Node Writing Tutorial.