cape.pylava.report
: Automated report interface¶
This customization of the cape.cfdx.report
class for LAVA mostly
just points to the correct databook
classes that are specific to
LAVA.
- class cape.pylava.report.Report(cntl: CntlBase, rep: str)¶
Interface for automated report generation
- Call:
>>> R = Report(cntl, rep)
- Inputs:
- cntl:
cape.pykes.cntl.Cntl
CAPE main control instance
- rep:
str
Name of report to update
- cntl:
- Outputs:
- R:
pyFun.report.Report
Automated report interface
- R:
- Versions:
2021-12-01
@ddalle
: Version 1.0
- LinkVizFiles(sfig=None, i=None)¶
Create links to appropriate visualization files
- Call:
>>> R.LinkVizFiles(sfig, i)
- Inputs:
- See Also:
- Versions:
2025-07-28
@jmeeroff
: First version