*Report()
Creates an instance of a report definition.
Syntax
*Report(rep_name,"rep_label",rep_defn, rep_defn_file, arg_1, arg_2,..., arg_n)Arguments
- rep_name
- The variable name of the report.
- rep_label
- The descriptive label of the report.
- rep_defn
- The definition for the report.
- rep_defn_file
- The file containing the report definition.
- arg_1, arg_2, ..., arg_n
- User-defined arguments passed into the report.
Example
*Report(rep_lanchg, "Lane change report", repdef_lanchg, 
 "lanechange_report.tpl", 
 ds_report.req_file.value, 
 out_swang_id, 
 out_vehcg_vel_id)Context
Properties
| Property | Returns Data Type | Description | 
|---|---|---|
| label | string | The descriptive label of the report. | 
| state | boolean | Control state (TRUE or FALSE). | 
| varname | string | The variable name of the report. | 
Comments
Reports can only be defined inside *DefineAnalysis() blocks. Reports are generated when operations such as "Write SOLVER" or "Run SOLVER" are performed. Reports are viewed by selecting the Reports panel.