Closed vtnate closed 1 year ago
Inductive template to build a model from UO SDK output
P_nominal in the modelica model is expecting a number (the actual power consumption of the load) whereas the UO SDK is outputting a string.
Either the SDK needs to output something different, or we need to use a different output of the SDK so the model will work.
Expected Behavior
Inductive template to build a model from UO SDK output
Actual Behavior
P_nominal in the modelica model is expecting a number (the actual power consumption of the load) whereas the UO SDK is outputting a string.
Either the SDK needs to output something different, or we need to use a different output of the SDK so the model will work.