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

techGetUserUnit

techGetUserUnit(
d_techID 
t_cvType
)
=> t_userUnit / nil

Description

Returns the user unit that 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_userUnit

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

nil

The technology database does not exist or the specified cellview type is invalid.

Example

techGetUserUnit(tfID "maskLayout")
=> "micron"

Returns the user unit micron for the cellview type maskLayout in the technology database identified by tfID.


Return to top
 ⠀
X