| |||
| Home > Versatile Express Model: Platform and Components > VEVisualisation component > Parameters | |||
Table 6.9 provides a description of the configuration parameters for the VEVisualisation component.
Table 6.9. VEVisualisation configuration parameters
| Parameter name | Description | Type | Allowed value | Default value |
|---|---|---|---|---|
disable_visualisation | Disable the VEVisualisation component on model startup | boolean | true/false | false |
rate_limit-enable | 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 display | integer | valid ATKeyCode key value[a] | 74[b] |
window_title | Window title (%cpu% is replaced
by cpu_name) | string | Real-Time System Model CLCD %cpu% | |
cpu_name | CPU name displayed in window title | string | Real-Time System Model CLCD %cpu% | |
daughter_led_count | Set to non-zero to display up to 32 LEDs. See daughter_leds in Table 6.8. | integer | 0-32 | 0 |
daughter_user_switch_count | Set this parameter to display up to 32 switches.
See daughter_user_switches in Table 6.8. | integer | 0-32 | 0 |
[a] See
the header file, [b] This is equivalent to the left Alt key, so pressing Left Alt and Left Ctrl simultaneously toggles the mouse display. | ||||
Setting the rate_limit-enable parameter
to true (the default) prevents the simulation
from running too fast on fast workstations and enables timing loops
and mouse actions to work correctly. The overall simulation speed,
however, is reduced.
If your priority is high simulation speed, set rate_limit-enable to false.