Is there a callback event for when the selected signals of a Bus Selector block change?
1 view (last 30 days)
Show older comments
I'm trying to perform an action to add some metadata in to a model annotation related to the signals selected by a bus selector.
Is there a callback event that will be triggered when the Bus Selector's Block Parameter dialog is closed or when the list of selected signals is updated?
I've tried CloseFcn for the bus selector but this isn't triggered when the dialog is closed.
The best options I have found so far are to bind my function to the MoveFcn for the block AND the PreSaveFcn.
0 Comments
Answers (0)
See Also
Categories
Find more on Programmatic Model Editing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!