Dimensions in Output Port #25
-
|
How to declare a Float64 output port with these dimensions? [3,2] This is the variable registration in the constructor, but it returns an error during the building phase of the fmu.
This is the error:
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey, you need to use the Dimensions class as per the example linearTransformFixed.py in the examples folder. |
Beta Was this translation helpful? Give feedback.
Hey, you need to use the Dimensions class as per the example linearTransformFixed.py in the examples folder.