From where is a test harness taking information on parameters?
1 次查看(过去 30 天)
显示 更早的评论
Hallo,
I am trying to build some custom made test harness, starting from the one created automatically using sldvrun(). I want to add some custom made test to the signal builder group, but unfortunately I am struggling in understanding from where the test harness gather information about the parameter configuration that shall be used during a specific test.
I have managed to isolate the "component" that set the parameters before any test case is runned from the signal builder. This is the function:
sldvshareprivate('parameters','init',[],0);
which is given as an initialization callback function to the test harness model. I don't understand though what is this function exactly doing and where are the information on parameters stored.
At the moment I can add new tests to the signal builder, but it outputs me an error caused by this function, I'm assuming due to the fact that I have not specified exactly the parameters configuration for that specific test.
Thanks,
Davide
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Generate Tests 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!