How do I change the Font of a Test Assessment block?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Dana Schwanke
el 10 de Abr. de 2024
Comentada: Dana Schwanke
el 12 de Abr. de 2024
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.
0 comentarios
Respuesta aceptada
Pat Canny
el 12 de Abr. de 2024
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Outputs en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!