*********** Data tables *********** ============ Context menu ============ ------------------------ Add transient data table ------------------------ Adds a transient data table. This can be used to store & re-use transient data for use in transient simulations. For example, controller setpoints and temperature changes. The data tables can be referenced inside the loadcases. ^^^^^^^^^^^^ Import data ^^^^^^^^^^^^ Import the transient data from a .mat file. The .mat file should contain an array called 'time' or 'var' containing the time steps and a second array containing the data. The data array can be a vector or a matrix containing the data for every time step.