Set Tables attributes¶
Set Table attributes.
Documentation¶
Auto generated list version of Set Table attributes.
In this version, the following ports from the original nodes have been changed to lists which the node loops over:
- Looped Inputs:
attributes, in_data.
- Looped Outputs:
out_data.
For details see the original node.
Definition¶
Input ports¶
- attributes
Type: [table]Description: A Table with attributes along the columns. Only the first row of the Table will be imported as attributes, due to that an attribute is defined to be a scalar value- in_data
Type: [table]Description: Table with data
Output ports¶
- out_data
Type: [table]Description: Table with updated attribute container
Configuration¶
- Clear existing attributes (clear)
Clear existing attributes before applying the operation.
Implementation¶
- class node_attributes_tables.SetTablesAttributes[source]