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

techSetUserUnit

techSetUserUnit(
d_techID 
t_cvType 
t_userUnit
)
=> t / nil

Description

Sets the user unit 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

t_userUnit

The user unit.

Valid values: micron, millimeter, centimeter, meter, mil, and inch

Value Returned

t

The user unit is set.

nil

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

Example

techSetUserUnit(tfID "maskLayout" "micron")

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


Return to top
 ⠀
X