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

dbGetCellViewEEQMaster

dbGetCellViewEEQMaster( 
d_cellView 
)
=> t_EEQMaster / nil

Description

Returns the value of the EEQmaster attribute of the cellview.

The EEQmaster (electrically equivalent master) is stored as a string on the cellview. If the string is empty, nil will be returned. EEQ cellviews are devices such as OR-gates or inverters that have several implementations with different shapes, geometries, and orientations.

Arguments

d_cellviewId

The database ID of the cellview.

Value Returned

t_EEQMaster

The the value of the EEQmaster attribute is returned.

nil

The cellview ID is invalid. The EEQMaster attribute is not set or the string value is empty.


Return to top
 ⠀
X