You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@usingPlotPackage(): If SilentNoPlot selected, use "using SignalTables.SilentNoPlot" instead of "import SignalTables.SilentNoPlot: plot ..:".
writeSignalTable(..): Arrays get an additional key layout = "column-major" to clearly define that storage is in column-major order. Furthermore, if a signal has an alias key, then the values or value array is not stored on file.
Bug fix of writeSignalTable(..): If arrays or numbers have Unitful units, these units are stripped off and provided via key unit as a string.