Signal Input Ports constrained to default units. #2027
Labels
components
Code, XML, Animation, Libraries, Math Utilities
simulation
Simulator and core modeling capabilities and behavior
When we modify the parameters of an object we are often able to choose the input units.
For example, the C_type_Pressure_Source has an input variable P, which can accept a pressure value in bar, psi, pascals, etc. This is very useful and thankfully extends across the library.
However, when we connect a signal source to the same object via a variable input port it only accepts the default unit.
So if I had setup my C_type_Pressure_Source with a pressure of 80 bar and then decided to ramp it with a signal I would have to send the ramp signal in Pascals. This gets complicated especially with flow rate conversions, ie. 80 l/min = 0.001333 m^3/s
Is it possible to add a feature that enables the signal input to be in the selected units and not the default units?
This would make the system setup and signal routing much more intuitive.
The text was updated successfully, but these errors were encountered: