navigate.tools.multipos_table_tools.update_table
- navigate.tools.multipos_table_tools.update_table(table, pos, append=False)
Updates and redraws table based on given list.
List is converted to a pandas dataframe before setting data in table.
- Parameters:
table (Multi_Position_Table object) – Instance of multiposition table in GUI
pos (list or np.array) – List or np.array of positions to be added to table. Each row contains an X, Y, Z, R, F position
append (bool) – Append the new positions to the table
- Returns:
Table is updated
- Return type:
None