Results 1 to 3 of 3

Thread: Skill Qn: How to check if a cellview exists

  1. #1
    Suresh Jeevanandam Guest

    Skill Qn: How to check if a cellview exists

    Hi,
    I want to check if a cellview exists for a given
    libName-cellName-viewName .

    This could be done by checking the return value of
    dbOpenCellViewByType().This one prints a warning message every time it
    could not find a cellview.Is there any other function that would just
    check if a cellview exists and returns t/nil .

    regards,
    Suresh.

  2. #2
    Andrew Beckett Guest
    On Mon, 28 Nov 2005 11:16:48 +0100, Bernd Fischer
    <""bernd.fischer\"@xignal-A%&HY%$v#&G=.de"> wrote:

    ddGetObj returns the design data ID if the object exist or nil if not

    ddGetObj(
    { t_libName/nil }
    [ t_cellName/nil ]
    [ t_viewName/nil ]
    [ t_fileName/nil ]
    [ b_contextId/nil ]
    [ t_mode ]
    )
    => b_ddId

    Bernd

    Suresh Jeevanandam wrote:
    Hi,
    I want to check if a cellview exists for a given
    libName-cellName-viewName .

    This could be done by checking the return value of
    dbOpenCellViewByType().This one prints a warning message every time it
    could not find a cellview.Is there any other function that would just
    check if a cellview exists and returns t/nil .

    regards,
    Suresh.
    Also see my sourcelink solution 11026564 which shows a way to suppress the
    warnings.

    Regards,

    Andrew.

  3. #3
    Bernd Fischer Guest
    ddGetObj returns the design data ID if the object exist or nil if not

    ddGetObj(
    { t_libName/nil }
    [ t_cellName/nil ]
    [ t_viewName/nil ]
    [ t_fileName/nil ]
    [ b_contextId/nil ]
    [ t_mode ]
    )
    => b_ddId

    Bernd

    Suresh Jeevanandam wrote:
    Hi,
    I want to check if a cellview exists for a given
    libName-cellName-viewName .

    This could be done by checking the return value of
    dbOpenCellViewByType().This one prints a warning message every time it
    could not find a cellview.Is there any other function that would just
    check if a cellview exists and returns t/nil .

    regards,
    Suresh.

Similar Threads

  1. How to get an instantiated cellview in CDF
    By Thomas in forum Cadence
    Replies: 6
    Last Post: 12-05-2005, 05:10 PM
  2. cellview selection in CDF
    By Gerd in forum Cadence
    Replies: 3
    Last Post: 10-11-2005, 05:10 AM
  3. Adding Cellview properties
    By Hugo Miguel Franca Santos in forum Cadence
    Replies: 1
    Last Post: 04-25-2005, 09:10 AM
  4. Configuring Sch Check And Save to call a custom SKILL proced
    By Suresh Jeevanandam in forum Cadence
    Replies: 2
    Last Post: 02-02-2005, 01:57 AM
  5. How to create hspiceD cellview myself?
    By Tao Chen in forum Cadence
    Replies: 1
    Last Post: 01-11-2005, 06:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum