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
|
Specifies that the application-specific error message or the original License Manager error message should be issued. |
|
Value Returned
|
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. |
|
Examples
Validates that a license supporting the schematic editing feature is already checked out.
schIsHDLCapEnabled( t )
Return to top