COVER_PAGE
Defines the cover page that will be included within the output report.
Syntax
COVER_PAGE{ parameters}
Qualifier
This commands has no qualifier.
Parameters
- title_text (string)
- Title text to be included in the cover page within the report
- cover_image (string)
- Reference name of the image that is to be included in the cover page within the report
- cover_image_view (string)
- Reference view identifier of the image view that is to be included in the cover page within the report
Examples
COVER_PAGE{
    title_text                 = "4S2P Thermal Model"
                                  
    cover_image                = "All - outline"
    cover_image_view           = "left"
}