Replies: 1 comment
-
|
Never mind this! I need to think about how this impacts the naming of the blocks via the title in the parameter window. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve started to work on updating pathview to be more user friendly. I’ve moved the instance name to below the block, similar to what is seen in Simulink. I’ve made this instance name editable so that it’s easier to figure out what the block is for without clicking on it.
I’ve started to work on adding “masks” for blocks. This means that a file can be edited to describe the block behavior. This is at an early stage and it will need to be simplified.
The constant blocks show the specified values, and the power blocks show x raised to the exponent. The following model for the area of a circle shows this early implementation.
This helps the generated code as well, since the instance names are carried over into the code.
Beta Was this translation helpful? Give feedback.
All reactions