• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Allegro X PCB Editor
  3. Check and Save complete Library from function

Stats

  • Replies 1
  • Subscribers 158
  • Views 14338
  • Members are here 0
More Content

Check and Save complete Library from function

archive
archive over 18 years ago

Hi All,

I am trying to write a function to check and save whole library in non-gui mode.

I want to write this function in *.il file
then i am going to load this .il file in CIW and giving function with library name.

Then all cells should be check and saved.

It tryied code::
procedure(CheckANDSave(lib_name)
      foreach( cell libId~>cells
             if(member("schematic" cell~>views~>name) && cell~>isWritable==t then
                 cv=dbOpenCellViewByType(ddGetObj(lib_name) cell~>name "schematic" "schematic" "w")
                 if( cv != nil then
                    schHiCheckAndSave()
                 )
             )
      )
)


But it is not working..................

Please HELP me to run this code..........

Thanks in advance

-Amit Kumar
               


Originally posted in cdnusers.org by amitku
  • Sign in to reply
  • Cancel
Parents
  • archive
    archive over 18 years ago

    Hi Friends,

    I also tried
    schCheck(cv)
    dbSave(cv)
    in place of schHiCheckAndSave() , but it is also not working.
    and it will check symbols with schematic and REMOVE the schematic.........

    Plz respond ASAP.

    -Amit Kumar


    Originally posted in cdnusers.org by amitku
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • archive
    archive over 18 years ago

    Hi Friends,

    I also tried
    schCheck(cv)
    dbSave(cv)
    in place of schHiCheckAndSave() , but it is also not working.
    and it will check symbols with schematic and REMOVE the schematic.........

    Plz respond ASAP.

    -Amit Kumar


    Originally posted in cdnusers.org by amitku
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information