Is ther a skill func can judge the Write/Read right of an op

S

sunkey

Guest
what i mean is , it can return me the current
cellview is readonly or can be modified ??

thx for help ~~
 
geGetEditCellView( )~>mode

Returns the access mode of the current cell view

w is for overwrite
r is for read only
a is for append mode

ddGetObjAccess(
ddGetObj(
geGetEditCellView( )~>libName
geGetEditCellView( )~>cellName
geGetEditCellView( )~>viewName
)
"o"
)

Returs the Unix access rights of the cell view
depending on the user, o (owner), g (group), and p (public).


See also cdsdoc:
'Cadence Design Framework II SKILL Functions Reference,
Design Management'.

Bernd
 
thx a lot~~ i found this func , but ..
in truth, i dont know how to use it...

thx again!
 
In article <38e7b60a5c023abce1f0b33c403ea0a0
@localhost.talkaboutcad.com>, sunkey@263.net says...
thx a lot~~ i found this func , but ..
in truth, i dont know how to use it...
Since you don't tell what you want to do with the function it is quite
impossible to help you any further than Bernd has already done.

--
Svenn
 

Welcome to EDABoard.com

Sponsor

Back
Top