MATLAB: Propagate Library block UserData to linked blocks

librarysimulinkuserdata

Hi,
I have come across a situation where I need to propagate the UserData of a library block downstream to the linked blocks when the library is updated.
I dont think it happens automatically since I can see a discrepancy between my updated library block and the linked block when i use get_param.
Help appreciated, thanks!
MATLAB 2017b.

Best Answer

Solved this by adding a callback that copies over 'UserData' to linked blokc from a library.