Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

iclicCheckOutAndLock

iclicCheckOutAndLock( 
t_feature 
) 
=> t_rfeature / nil 

Description

Checks out the specified layout license, layout option license, or an appropriate higher-tier license and locks it after successful checkout.

Arguments

t_feature

A string representing the license feature name to be checked out.

Values Returned

t_rfeature

The license feature name of the checked-out license.

nil

License checkout is not successful.

Examples

Checks out the layout license Virtuoso_Layout_Suite_L.

iclicCheckOutAndLock("Virtuoso_Layout_Suite_L") 
=> "Virtuoso_Layout_Suite_XL"

Related Topics

eliCheckOutAndLock

Return to top
 ⠀
X