lharri73 / PySimlink

Compile, run, and interact with Simulink models natively in Python. https://lharri73.github.io/PySimlink/
GNU General Public License v3.0
15 stars 4 forks source link

Another way to force a signal to generate #9

Open lharri73 opened 1 year ago

lharri73 commented 1 year ago

Under code interface, add signal to code mappings, provide an identifier, then set storage class to 'ExportedGlobal'. Should show up in signal map. I assume this causes it to coalesce into a real signal.