dbGetPhotonicPinFigRadius
dbGetPhotonicPinFigRadius(d_pinFigId) =>n_radius/ nil
Description
(Virtuoso Photonics Option) Returns the attribute value of the radius for the specified photonics pinFig.
Arguments
Value Returned
|
Attribute value of the radius for the specified photonics pinFig. |
|
|
The pinFig is not a photonic pin or the attribute is not set. |
Example
Attribute value of the radius on a photonic pinFig pinFigId is 5.
dbGetPhotonicPinFigRadius(pinFigId)
=> 5
Related Topics
Return to top