currently chooses names for, e.g., the input and output variables, u[1:3], y[1:2] etc.
I'd like to have to option to either provide these names upon construction or change them after construction:
In addition, one could associate comments with variables like in modelica. This would be nice irrespective of the ability to prvide variable names since comments can contain much more information than a variable name
Our library components, like
currently chooses names for, e.g., the input and output variables,
u[1:3], y[1:2]
etc. I'd like to have to option to either provide these names upon construction or change them after construction:In addition, one could associate comments with variables like in modelica. This would be nice irrespective of the ability to prvide variable names since comments can contain much more information than a variable name