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

schIsHDLCapEnabled

schIsHDLCapEnabled( 
{ t | nil }
)
=> t / nil

Description

Validates that a license supporting the schematic editing feature is already checked out and does a recheck to ensure that the license has not timed out. Otherwise, attempts to check out a license.

Arguments

t

Specifies that the application-specific error message or the original License Manager error message should be issued.

nil

Specifies that no message should be issued.

Value Returned

t

Validated that a license supporting the schematic editing feature is already checked out and does a recheck to ensure that the license has not timed out.

nil

Validation was unsuccessful.

Examples

Validates that a license supporting the schematic editing feature is already checked out.

schIsHDLCapEnabled( t )

Return to top
 ⠀
X