cape.pyover.options.Report
: pyOver Report Options¶
This module provides options for creating automated reports for pyOver results.
Although there are some subfigure types that are unique to pyOver, all of the
methods in the pyOver.options.Report.Report
class are inherited from
cape
version.
See the JSON Report section . for the list of available figures and subfigures (along with other options).
- class cape.pyover.options.Report.Report(**kw)¶
Dictionary-based interface for automated reports
- Call:
>>> opts = Report(**kw)
- Versions:
2016-02-04
@ddalle
: First version
- ModSubfigDefaults()¶
Modify subfigure defaults for OVERFLOW
- Call:
>>> opts.SetSubfigDefaults()
- Inputs:
- opts:
cape.cfdx.options.Options
Options interface
- opts:
- Effects:
- opts.defns:
dict
Some subfigure default options sets are reset
- opts.defns:
- Versions:
2016-02-04
@ddalle
: First version