Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techIsReadPermission

techIsReadPermission(
d_techFileID
t_sectionname
) 
=> t / nil

Description

Indicates whether the current user has read permission explicitly set on the specified section in the specified technology database.

Arguments

d_techFileId

The database identifier of the technology file.

t_sectionname

The name of the technology file section.

Value Returned

t

The user has read permission explicitly set.

nil

The user does not have read permission explicitly set or the technology file does not exist.

Example

techIsReadPermission(tfID "layerDefinitions")
=> t

Checks for read permission for the current user on the layerDefinitions section in the technology file with the database identifier stored in tfID; it displays t to indicate that the user has read permission explicitly set.


Return to top
 ⠀
X