1. Click on Add Table Group
2. Click on the edit icon to bring up the table options
3. Replace New Table Group Title with a meaningful title
4. Type the Python variable name into the Name field. You will refer to this name in the code to access the nested list of values
5. Set the number of columns in the Columns field
6. Click to select Dynamic Table. This will allow the user to add or delete rows in the table
7. Set the Max Rows and Min Rows (these do NOT include the header)
8. Enter the Row Group Size (usually 1, if greater than 1, this represents how many rows will be 'combined' when the user clicks the 'Add Row' or 'Delete' buttons)
9. Click Apply
10. Use the Add Input button again (bottom right) and drag inputs into the table group
11. The name attribute of the individual inputs is irrelevant, their values will instead be accessed by the table variable, eg. table[0][1]
Copyright © MecSimCalc 2025
Terms | Privacy