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

techGetDBUPerUU

techGetDBUPerUU(
d_techID 
t_cvType
)
=> f_dbuperuu / nil

Description

Returns the number of database units per user unit for the specified cellview type from 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

f_dbuperuu

The number of database units per user unit.

nil

The technology database does not exist or the number of database units per user unit is not defined for the specified cellview type in the specified technology database.

Example

techGetDBUPerUU(tfID "maskLayout")
=> 1000.0

Returns the number of database units per user unit for the cellview type maskLayout in the technology database identified by tfID.


Return to top
 ⠀
X