Unable to extract logged signal data when using simulink test and parallel compuation toolbox
4 views (last 30 days)
Show older comments
MATLAB 2019b.
I;m executing maltab simulink test case with parpool of 8 workers. The test cases have "custom critieria" which verifies some of the logged signals [test.sltest_simout.get('logsout').get('signalName'.Values.Data)].
Without PCT its working correctly.
When PCT is active, script in "custom criteria" is not able to extract data from "test" object of simulink test case.
I read online that matlab workers after execution of their job do not transfer their workspact to client matlab session. Is this the reason this issue is coming?
Any solution to overcome this problem?
Test case type: Simulink test
0 Comments
Answers (1)
Bastian Ansorge
on 6 Dec 2022
1 Comment
Angel
on 25 Apr 2024
I'm using Matlab 2024 R1 and it is still not working. The solution was supposedly to use Matlab 2020.
See Also
Categories
Find more on Outputs in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!