- If you designate a signal point as a test point, it prevents the signal from undergoing model optimizations such as Signal Storage Reuse. This renders the signal inaccessible and unobservable during simulation. For more information, refer to this documentation: https://www.mathworks.com/help/simulink/ug/working-with-test-points.html?searchHighlight=inaccessible&s_tid=srchtitle_support_results_1_inaccessible.
- Blocks that do not accept buses as input may implicitly convert a Virtual Bus to a Vector when received. When bus elements are treated as vectors, they become inaccessible. For more details, see this documentation:. https://www.mathworks.com/help/simulink/ug/bus-conversion.html?searchHighlight=inaccessible&s_tid=srchtitle_support_results_2_inaccessible.
- When a port element displays an inaccessible label, it indicates that the structure cannot access the output port value due to the model's structure and optimizations, such as Signal Storage Reuse, being applied to the model for generated code. For further information, refer to this documentation: https://www.mathworks.com/help/simulink/ug/displaying-block-outputs.html?searchHighlight=inaccessible&s_tid=srchtitle_support_results_3_inaccessible#mw_d6ff2be0-118a-45e0-9dc5-55f377ec97fa.
inaccessible input in Test Harness (Simulink Test)
9 次查看(过去 30 天)
显示 更早的评论
I am getting 'inaccessible' for some of the inputs when performing MIL testing in Testsequence.
0 个评论
回答(1 个)
Ashutosh Thakur
2024-7-15
编辑:Ashutosh Thakur
2024-7-16
Hello,
I understand that you are encountering inaccessible inputs during MIL testing. This indicates that the Test Sequence block cannot access certain signals or parameters. There could be several reasons for this issue:
I hope that the information mentioned above helps you!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Inputs 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!