How to pass Function Call to s function builder block?
3 次查看(过去 30 天)
显示 更早的评论
I am performing SIL testing using S function builder block and Simulink Test Manager. I am passing function call from Test Sequence block. How to add function call in s function builder block?
2 个评论
Benjamin Thompson
2022-10-10
An S-Function cannot receive a function pointer as an input if this is what you are asking. But if I am not understanding your question please provide an example of what you are trying to do.
采纳的回答
Mark McBroom
2022-10-15
编辑:Mark McBroom
2022-10-15
You could place the S-Function Builder Block inside a function call subsystem, and then call the function-call subsystem from the Test Sequence Block.
更多回答(1 个)
MAHENDRAN A
2023-9-12
Hey hi ankita. I'm Mahendran. I'm also working on MIL, SIL tests using different methods. As of now i'm doing SIL test harness using s function logic. I'm facing few issues. Can you explain me how to perform SIL testing using S function builder block and Simulink Test Manager of what you doing.
It'll be helpful to me.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Inputs 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!