Using Simulink | ![]() ![]() |
Breaking a Link to a Library Block
You can break the link between a reference block and its library block to cause the reference block to become a simple copy of the library block, unlinked to the library block. Changes to the library block no longer affect the block. Breaking links to library blocks may enable you to transport a model as a stand-alone model, without the libraries.
To break the link between a reference block and its library block, first disable the block. Then select the block and choose Break Library Link from the Link options menu. You can also break the link between a reference block and its library block from the command line by changing the value of the LinkStatus
parameter to 'none'
using this command:
You can save a system and break all links between reference blocks and library blocks using this command:
![]() | Creating a Library Link | Finding the Library Block for a Reference Block | ![]() |