[TECHNOLOGY technologyName ;]
The TECHNOLOGY statement specifies a technology for the design database and is stored in OpenAccess as a property on the oaDesign.
The technologyName value corresponds to the value of a string property named DEF_TECHNOLOGY
on the design. Use the following function to search for the property:
oaProp *oaProp::find(oaObject *object, const oaString &name, oaBoolean crossDomain = false)
where:
* the design object is the first parameter *DEF_TECHNOLOGYstring is the second parameter * crossDomain determinese whether multiple domains are searched and whether properties are inherited from other domains.
The value of the property is obtained by using:
void oaProp::getValue(oaString &value) const
Copyright © 2003-2008 Cadence Design Systems, Inc.
All rights reserved.