You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just ran into an issue where I generated a CanMatrix in code (as opposed to loading from a .sym file or such) and when I dumped to a .sym the signal defaults ('GenSigStartValue') were not being output. This was because I had not added that to the signalDefines.
The sparse nature of the CanMatrix.attributes attribute itself already provides both not-present and None options for each define/attribute. What does the extra not-in-the-defines-list option mean on top of that?
I temporarily addressed my case by copy/pasting this into my code but that doesn't seem great.
I just ran into an issue where I generated a CanMatrix in code (as opposed to loading from a .sym file or such) and when I dumped to a .sym the signal defaults (
'GenSigStartValue'
) were not being output. This was because I had not added that to thesignalDefines
.The sparse nature of the
CanMatrix.attributes
attribute itself already provides both not-present andNone
options for each define/attribute. What does the extra not-in-the-defines-list option mean on top of that?I temporarily addressed my case by copy/pasting this into my code but that doesn't seem great.
The text was updated successfully, but these errors were encountered: