spdGetSymDeviceInfo
spdGetSymDeviceInfo(d_inst) =>r_infoObj/ nil
Description
Returns an object containing information, such as length, width, fingers, and binding related to the specified symbolic device. This information can be used to write user callback functions.
Arguments
Value Returned
Example
Return the information related to the symbolic device instance inst, where,
The source schematic instance info is (((db:0x29e5d81a 0 0 0))), which is the return value of bndGetBoundObjects(inst). Where, db:0x29e5d81a is the database ID of the source schematic instance bound to inst.
spdGetSymDeviceInfo(inst)~>??
=>
(length 2e-08 width 1.2e-07 finger
1 schInst
(((db:0x29e5d81a 0 0 0)))
)
Related Topics
Return to top