techIsUserUnitSet
techIsUserUnitSet(d_techIDt_cvType) => t / nil
Description
Checks whether the user unit 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 is set for the specified cellview type in the specified technology database. |
|
Example
techIsUserUnitSet(tfID "maskLayout")
Checks if the user unit is set for the cellview type maskLayout in the technology database identified by tfID.
Return to top