consolidateAlerts
layout.cle consolidateAlerts boolean { t | nil }
Description
Consolidates alerts into one node per object. The default is t, which means that the alerts are consolidated.
To change the default behavior, add the following command to .cdsinit and restart Virtuoso.
envSetVal("layout.cle" "consolidateAlerts" 'boolean nil)
GUI Equivalent
Examples
envGetVal("layout.cle" "consolidateAlerts")
envSetVal("layout.cle" "consolidateAlerts" 'boolean nil)
Related Topics
List of Concurrent Layout Environment Variables
Return to top