Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

getFnWriteProtect

getFnWriteProtect( 
s_name 
) 
=> t / nil

Description

Checks if the given function is write-protected. The value is t if s_name is write-protected. Else, it is nil.

Arguments

s_name

Name of the function.

Value Returned

t

The function is write protected.

nil

The function is not write protected. It signals an error if the function is not defined.

Examples

getFnWriteProtect( 'strlen )
=> t

Related Topics

Function and Program Structure


Return to top
 ⠀
X