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

techSetReadPermission

techSetReadPermission(
d_techFileID
t_sectionname
t_rUser
) 
=> t / nil

Description

Sets read permission on the specified section in the specified technology database for the specified user.

Arguments

d_techFileId

The database identifier of the technology file.

t_sectionname

The name of the technology file section.

t_rUser

The name of the user.

Value Returned

t

The read permission was set.

nil

The technology file does not exist.

Example

techSetReadPermission(tfID "layerDefinitions" "joe")
=> t

Sets read-only permission for user joe on the layerDefinitions section in the technology file with the database identifier stored in tfID.


Return to top
 ⠀
X