Define the simulation communication interval

Syntax


cinterval <variable name> = <floating point value>

Description


The "communication interval" is the time interval (in simulated time) between which the values of selected model variables are saved and outputs are written to screen.  By default, this value is 0.1, but depending on simulated time units, the default value may be inappropriate.  If it's necessary to adjust the default value a CINTERVAL statement may be added to the model.  This is done using the syntax above, where the  variable name may be any legal CSL variable name, and the floating point value on the right side of the equal sign is the desired communication interval.  The value of the declared CINTERVAL variable may be set form scripts as if it were a normal CSL constant.

Example


cinterval cint = 2.5