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

schIsSchEditOk

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

Description

Checks if the given cellview is a schematic 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.

?dialog [g_dialog]

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 cellview is writable and whether the edit capability is enabled.

nil

Check was unsuccessful.


Return to top
 ⠀
X