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

ddLockDescribe

ddLockDescribe( 
b_lockId 
) 
=> t_message / nil 

Description

Fills a static string with a message.

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_message

A message used by interactive programs to tell you why there is a delay in accessing a file.

nil

Object was not locked.

Examples

ddLockDescribe( myLibFileLock ) => "is currently locked by user
fabio(pid:1234)@cds3028 (age:10 sec)."

Return to top
 ⠀
X