*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.
Data type: varname
rep_label
The descriptive label of the report.
Data type: label
rep_defn
The definition for the report.
Data type: varname
rep_defn_file
The file containing the report definition.
Data type: string
arg_1, arg_2, ..., arg_n
User-defined arguments passed into the report.
Data type: user-defined

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

*BeginMdl()

*DefineAnalysis()

Properties

Table 1.
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.