techGetUserUnit
techGetUserUnit(d_techIDt_cvType) =>t_userUnit/ nil
Description
Returns the user unit that is set for the specified cellview type in the specified technology database.
Arguments
|
The name of the cellview type.
Valid values: |
Value Returned
|
The user unit that is set for the specified cellview type in the specified technology database. |
|
|
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