How do I change the Font of a Test Assessment block?

조회 수: 5 (최근 30일)
Dana Schwanke
Dana Schwanke 2024년 4월 10일
댓글: Dana Schwanke 2024년 4월 12일
I am pretty sure the answer as of R2021a is "you can't", but this is a feature that is sorely lacking, if true. I want to change the font of my Test Assessment block, specifically the individual states inside the test sequence. As a typical text-based programmer by training, when I am writing up a bunch of code, I want to align the code for ease of reading.
This is ugly:
spiIn = uint8(zeros(32, 1));
spiInDLC = uint16(0);
spiErrorIn = false;
spiBusyIn = false;
This is not:
spiIn = uint8(zeros(32, 1));
spiInDLC = uint16(0);
spiErrorIn = false;
spiBusyIn = false;
And without the option to switch to a monospaced font, I am stuck with the former for all of my Test Assessment blocks, no matter how complex they get. And trust me, when you're testing the behavior of something using SPI, it gets real ugly real fast.

채택된 답변

Pat Canny
Pat Canny 2024년 4월 12일
I followed up with the Simulink Test team on your question. Unfortunately, as you assumed, this is not possible.
I have documented your request, and thank you for your feedback.
  댓글 수: 1
Dana Schwanke
Dana Schwanke 2024년 4월 12일
It's really strange that this feature doesn't exist, because as I discovered in my answer here, Test Assessment blocks are an undocumented type of Stateflow chart. All the team would have needed to do is keep the StateFont and TransitionFont object properties implemented and I would have been able to change the font the same way I do for other charts.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Assessments, Criteria, and Verification에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by