Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schIsSymEditOk

schIsSymEditOk( 
d_cvId 
[ ?skipWritableCheck g_skipWritableCheck ]
[ ?dialog g_dialog ] 
)
=> t / nil

Description

Checks if the given cellview is a schematic symbol view, whether it is writable, and also whether the edit capability (VSE license successfully checked out) is enabled.

Arguments

d_cvId

Cellview ID of the cellview to be tested.

?skipWritableCheck g_skipWritableCheck

Does not test whether d_cvId is writable.

[g_dialog]

Optional argument that specifies whether a warning message is displayed.

  • When set to nil, messages are not presented (unless the check results are nil).
  • When set to t, messages are presented in a dialog box.

Value Returned

t

Tested whether the given schematic symbol cellview is writable and whether the edit capability is enabled.

nil

Check was unsuccessful.


Return to top
 ⠀
X