Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geDeleteAllMarker

geDeleteAllMarker( 
d_cellview 
[ l_owner ] 
[ l_severity ]
[ g_traverse ]
) 
=> t / nil 

Description

Deletes all markers in d_cellview that have owner l_owner and severity l_severity. If l_owner is specified, l_severity must be specified. All markers in the specified traversal hierarchy are deleted, unless g_traverse argument is specified as nil.

Arguments

d_cellview

Database ID of the cellview containing the markers.

l_owner

List of marker owners.
Valid Values: any valid owner name

l_severity

List of marker severities.
Valid Values: warning, error

g_traverse

Specifies the traversal hierarchy, starting from the cellview. Specify this value as nil if you do not want the function to traverse the hierarchy.

Value Returned

t

The markers are deleted.

nil

The markers are not deleted.

Examples

In the following example, the function deletes all markers in cell3 that are of severity error and owned by DLE or PDV but does not traverse the hierarchy because the last argument is nil.

geDeleteAllMarker( cell3 list("DLE" "PDV") "error" nil )

In the following example, the function deletes the markers only in the specified cellview, cvId.

geDeleteAllMarker( cvId nil nil nil)

Related Topics

Marker Functions


Return to top
 ⠀
X