• 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. Custom IC SKILL
  3. Delete Property figs / wire in schematic

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 144
  • Views 15430
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Delete Property figs / wire in schematic

karacaoe
karacaoe over 12 years ago

Hello all,

How do you delete in Skill nets such that the wirings in your schematics are removed also? 

There must be some sort of a simple solution for that!

Thank you so much in advance. 

Best regards,

Oezlem

  • Cancel
  • TaherKotb
    TaherKotb over 12 years ago
    Hello Oezlem
    You can do this for example;
     
    -get the schematic Id 
    CellSchId= dbOpenCellViewByType( "Folded_Cascode" "Folded" "schematic" "schematic" "a" )
     
    -get the instance id which is connected to the wire you want to delete
    instM18 = dbFindAnyInstByName(CellSchId "M18")
     
    -get the ids' and names of the terminals connected of the instance
    instM18~>instTerms~>term
    (db:0x156c1c95 db:0x156c1c94 db:0x156c1c93 db:0x156c1c92)
    instM18~>instTerms~>term~>name
    ("D" "B" "G" "S")
     
    - get the net id for a specific terminal 
    d_path = car(car(instM18~>instTerms~>term)~>pins)~>figs
    - delete command
    dbDeleteObject(car(d_path))
     
    Best Regards,
    Taher 
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • TaherKotb
    TaherKotb over 12 years ago
    Hey Oezlem

    I guess i was wrong concerning the dbDeleteObject command , it's not the right command to use
     
    instead please try this command

    d_path = car(car( instM50~>conns~>net~>figs) )

    schDelete( d_path )

    and it will delete the object you specified and in this case it will be  a wire

    Best Regards
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • karacaoe
    karacaoe over 12 years ago

     Hi Taher,

     Thank you so much! 

     The command in your first reply deleted my pin ;) 

    Best regards,

    Oezlem

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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