Simulink Test Sequence - How to Access Logged Signal Data
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Richard Hopple
am 7 Mai 2018
Beantwortet: Richard Hopple
am 10 Mai 2018
I am writing a test using the "Test Sequence" block inside a test harness. The model being tested has a decent amount of logic that generates one signal that is used internally in that model. Due to the nature of the model, it does not need to be an actual output. It has both the "Log Signal Data" and "Test Point" checked on it. I am unsure of how to access that signal inside the "Test Sequence" block.
2 Kommentare
Rong Mi
am 9 Mai 2018
Hi, are you asking to use Test Sequence block to access some internal signals, such as inside of a subsystem block or a model reference block?
Test Sequence block requires a line to get connect to the signal, which means you cannot access to the signal wireless directly. Or you can use DSMW to write the signal to a DSM block and use DSMR inside of Test Sequence block to read the signal value.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!