| |||
| Home > Programmer’s Reference > Model configuration parameters > Visualisation parameters | |||
Table 3.9 lists the Visualisation instantiation-time parameters that you can change when you start the model. Detailed information on the Visualisation component is given in a separate document. See Fast Model Portfolio Emulation Baseboard Components Reference Manual. The syntax to use in a configuration file is:
visualisation.. parameter=value
The component name spelling is British, so use “visualisation” rather than “visualization”.
Table 3.9. Visualisation instantiation parameters
| Parameter | Description | Type | Values | Default |
|---|---|---|---|---|
| disable_visualisation | disable the EBVisualisation component on model startup | boolean | true/false | false |
| rate_limit-enable[1] | restrict simulation speed so that simulation time more closely matches real time rather than running as fast as possible | boolean | true/false | true |
| trap_key | trap key that works with left Ctrl key to toggle mouse pointer display | integer | valid ATKeyCode key value[2] | 107[3] |
[1] You can click the Rate Limit button in the CLCD instead of setting the parameter at instantiation time. See Using the CLCD window. [2] See
the header file, [3] This is equivalent to the left Windows key. | ||||