techGetDBUPerUU
techGetDBUPerUU(d_techIDt_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
|
The name of the cellview type.
Valid values: |
Value Returned
|
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