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

techSetReadWritePermission

techSetReadWritePermission(
d_techFileID
t_sectionname
t_rwUser
) 
=> t / nil

Description

Sets read/write 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_rwUser

The name of the user.

Value Returned

t

The read/write permission was set.

nil

The technology file does not exist.

Example

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

Sets read/write permission for user joe on the layerDefinitions section in the technology file with the data base identifier stored in tfID.


Return to top
 ⠀
X