Opened 5 years ago
Closed 5 years ago
#5584 closed enhancement (duplicate)
Parameter table editor
Reported by: | Owned by: | Adeel Asghar | |
---|---|---|---|
Priority: | normal | Milestone: | 1.14.0 |
Component: | OMEdit | Version: | v1.13.2 |
Keywords: | user interface | Cc: | christian@… |
Description
Dear OM-developers,
parameter tables are a great possibility to define load cycles. Unfortunately, OM does not provide some sort of table editor for entering and editing table data. Even changing a single line in a parameter table (e.g. in Modelica.Blocks.Sources.CmbiTimeTable) is a tedious job.
I know that really large tables should be handled by reading them from file. But what's about "medium sized" tables, e.g. 10 rows x 2 columns? This isn't worth using "tableOnFile", but to be honest, I get lost in looking at the table definition.
I think such an improvement would encourage people to use OM not only for teaching but for industrial applicatons, too.
Best regards,
Toni
See #5407