leSetWirebondProfileVisible
leSetWirebondProfileVisible(
t_wpName
g_isVisible
)
=> t / nil
Description
(Virtuoso RF Option) Sets the visibility of the specified wirebond profile.
Arguments
|
The visibility setting of the wirebond profile. Valid values: |
Value Returned
|
The visibility setting of the wirebond profile is successfully set. |
|
|
The visibility setting of the wirebond profile is not modified. |
Example
Sets the visibility of PROFILE1 wirebond profile to t.
leSetWirebondProfileVisible("PROFILE1" t)
t
Return to top