- Write a function, say myFilterFcn, to that it returns true for the blocks you want to report on.
- In your custom SDD report tempate, navigate to "Section 2 - Blocks" -> "Section 3 - Parameters" -> "Block Loop" -> If (StdRpt.SDD..."
- Update this IF condition expression string to include your function
How to select which blocks parameters description appear on the system design description report?
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Joseba Cantero
el 1 de Dic. de 2017
Comentada: Joseba Cantero
el 15 de Dic. de 2017
Hi, I am trying to generate a report with only some blocks parameter description. I click on customize content, inside the report explorer. The problem is that inside the subsystem chapter there is a section 2 - Blocks which selects all the blocks inside each subsystem and prints you on the report. What I want is to select what blocks appear inside each subsystem on my report. I am not interested on all blocks but only in some blocks (maybe the most important). I attach an image of the Section 2 -Blocks. Can anyone help me? Thank you in advance :)
0 comentarios
Respuesta aceptada
Eric
el 14 de Dic. de 2017
StdRpt.SDD.includeBlock(RptgenSL.getReportedBlock()) && myFilterFcn(RptgenSL.getReportedBlock())
1 comentario
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!