Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techIsUserUnitSet

techIsUserUnitSet(
d_techID 
t_cvType 
)
=> t / nil

Description

Checks whether the user unit is set for the specified cellview type in the specified technology database.

Arguments

d_techID

The database identifier of the technology database.

t_cvType

The name of the cellview type.

Valid values: maskLayout, schematic, netlist, and schematicSymbol

Value Returned

t

The user unit is set for the specified cellview type in the specified technology database.

nil

The user unit is not set.

Example

techIsUserUnitSet(tfID "maskLayout")

Checks if the user unit is set for the cellview type maskLayout in the technology database identified by tfID.


Return to top
 ⠀
X