leGetWirebondProfileVisible
leGetWirebondProfileVisible(
t_wpName
)
=> t / nil
Description
(Virtuoso RF Option) Returns the visibility setting of the specified wirebond profile.
Arguments
Value Returned
|
The visibility setting of the wirebond profile is successfully returned. |
|
|
The visibility setting of the wirebond profile is not returned. |
Example
Indicates that the PROFILE1 wirebond profile is visible in the Objects panel of the palette.
leGetWirebondProfileVisible("PROFILE1")
t
Return to top