techSetUserUnit
techSetUserUnit(d_techIDt_cvTypet_userUnit) => t / nil
Description
Sets the user unit for the specified cellview type in the specified technology database.
Arguments
|
The name of the cellview type.
Valid values: |
|
|
Valid values: |
Value Returned
|
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