Using Simulink | ![]() ![]() |
Getting Information About Library Blocks
Use the libinfo
command to get information about reference blocks in a system. The format for the command is
where sys
is the name of the system. The command returns a structure of size n-by-1, where n is the number of library blocks in sys
. Each element of the structure has four fields:
Block
, the block path
Library
, the library name
ReferenceBlock
, the reference block path
LinkStatus
, the link status, either 'resolved'
or 'unresolved'
![]() | Displaying Library Links | Browsing Block Libraries | ![]() |