Adjust example¶
Node demonstrating using adjust to set the available options in parameters from input data.
Documentation¶
In this case we let the user select a column and a row among the ones in the input data.
Two different methods are used for setting the options for Column and
Row. Setting options for Column is the simplest case, where we can use
the adjust
helper function which automatically fetches the column
names.
See Node writing for more information about writing nodes. Specifically see Adjust parameters for an introduction to adjust_parameters.
Definition¶
Input ports¶
- input table
Input Table
Configuration¶
- Column (column)
String with options corresponding to the column names of the input table.
- Row (row)
Integer with options corresponding to the row indices of the input table.
Implementation¶
- class node_examples.AdjustExample[source]