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

leGetObjectVisible

leGetObjectVisible( 
t_objectName 
) 
=> t / nil

Description

Checks whether or not objects are set to visible in the LSW.

Arguments

t_objectName

Text string specifying the object you want to check the visibility of.
Valid Values: "inst", "marker", "pin" (where "pin" is pin object), "track", "row", "via", "P&R", "Snap", "Cluster", "Area", "Placement", "Routing", "Wiring", "Slot", "Fill", "Feedthru", "Screen", "Pin" (where "Pin" is a pin blockage object.), "Mixed Row",  "Custom Placement Area", "Placement Grid", "Routing Grid", "Halo", "Groups", "ConAxes", "Logical","Physical", "Steiner", "Snap Patterns".

Value Returned

t

Returns t if the object is set to visible in the LSW.

nil

Returns nil if the object is not set to visible in the LSW.

Example

Returns t if the P&R Boundary object is set to visible in the LSW and nil if it is not.

leGetObjectVisible("P&R")


Return to top
 ⠀
X