techIsDevice
techIsDevice(
d_instID
)
=> t / nil
Description
Indicates whether the supermaster of the specified instance is defined as a device in the in the current technology database. ASCII technology file location: devices section.
For more information about the devices section, see
Arguments
Value Returned
|
The technology database does not exist or the cellview is not defined as a device. |
Example
instID=dbFindAnyInstByName(cvID "I0")
=> db:0x025c2694
Returns the database identifier for the instance I0 and stores it in instID.
techIsDevice(instID)
=> t
Instantiates the instance identified by instID from a cellview defined as a device in the current technology database.
Return to top