dbSetPhotonicPinFigRadius
dbSetPhotonicPinFigRadius(
d_pinFigId
n_value
)
=> t / nil
Description
(Virtuoso Photonics Option) Sets the given attribute value as the radius of the specified photonic pinFig.
Arguments
Value Returned
|
Specified attribute value is set as the radius of the photonics pinFig. |
|
Example
Set 5 as the radius attribute value on the photonic pinFig pinFigId.
dbSetPhotonicPinFigRadius(pinFigId 5)
=> t
Related Topics
Return to top