API for Input Mapping in Test Manager
이전 댓글 표시

Is there an API available to map input MAT files to harness inports programmatically? Typically, this mapping is performed using the Test Manager UI, but I would like to achieve the same functionality through a script.
댓글 수: 1
Isha
2026년 6월 19일 9:10
Hello,
MATLAB does provide a scripting API for input mapping via
sltest.testmanager.TestInput
It Maps test input data to system under test (SUT) programmatically. Equivalent to what UI “Map Inputs” does.
Hope this helps.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Inputs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!