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

ddLockFree

ddLockFree( 
b_lockId 
) 
=> t / nil 

Description

Releases any existing lock on the file specified by b_lockId.

This function uses the Cadence locking system (CLS) instead of cdsd.

Arguments

b_lockId

ID of a locked file as returned from ddLockPath.

Value Returned

t

Releases the lock on the file.

nil

Lock could not be freed.

Examples

ddLockFree( myLibFileLock ) => t 

Return to top
 ⠀
X