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!