Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

rdeInspect

rdeInspect(
[ d_dbID ]
) ;
=> t / nil

Description

This function displays the Virtuoso Routing IDE property inspector GUI. If a dbObject is supplied, then the inspector will show that object and its properties. If no object is supplied, then the currently open geWindow’s cellview will be inspected.

The rdeInspect() SKILL function only displays the property inspector on a single object and not on a set of objects.

Arguments

d_dbID

The ID of the database object that needs to be inspected.

Value Returned

t

Returns t if the dbObject of the specified ID could be found.

nil

Returns nil if If there is no current geWindow or no supplied dbObject.

Examples

To invoke the inspector on an object and then click the object in the Layout Editor.

rdeInspect (gePointToFig())

Related Topics

Space-based Router Functions


Return to top
 ⠀
X