Wednesday, February 08, 2012     Register | Login | Search | Contact Us
     

Many of you already received communications about the move of the Cadence user community into cadence.com. And many of you have already joined, with over 4000 registrations in the first two weeks.

The new Cadence Community enhances the ability of Cadence users to connect and collaborate. In addition to moving the community into cadence.com -- enabling single sign-on for community, Sourcelink and Cadence events -- the new site is organized around nine technology segments, giving you easy access to product information, training, forums and blogs. Some of the new features include:
  • Ability to respond to posts via e-mail
  • Technology-specific blogs
  • Latest Web 2.0 social networking capabilities
  • Public profile options
  • Private messaging
  • Friends lists
Visit the new Cadence Community today at www.cadence.com/community and join the discussions!

Registration note: Due to the scope of the enhancements and the new SSO registration system, we were not able to migrate existing cdnusers.org member accounts. So new registrations are required, but this enables a broader set of functionality we think you'll enjoy.

Forum note: Under the guidance of forum moderators, we have taken the 20+ cdnusers.org forums and consolidated them into 11 forums on the new site. Posts have been brought over so you can leverage that posting history. CDNusers forums will be set to read only starting 7/30, and cdnusers.org will be redirected to the new community on 8/4.

Best regards,
Mike and Tom

Michael A. Catrambone - Steering Committee Chairman
Distinguished Engineer
PCB/Mechanical
UTStarcom, Inc.

Tom Diederich
Cadence Community Manager
Home
Forums
Subject: how to change textblock
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
kenji
Posts: 2
Online: User is Offline
9/20/2007 6:19 PM  
Hello, I want to change a textblock number(not textblock params) by using skill languages. For example,the number of textblock changes from "1" to "2". How can i do? thanks, kenji
Dave Elder
Moderator
Posts: 150
Online: User is Offline
9/24/2007 9:48 PM  
Hi Kenji

The only way to do this is to delete then re-add the text.
Here are some clues:
txtOrient = make_axlTextOrientation(?textBlock "2", ?rotation txtObjId ->rotation ?mirrored txtObjId ->isMirrored, ?justify txtObjId ->justify)
axlDBCreateText(txtObjId ->text, txtObjId -> xy, txtOrient, txtObjId ->layer, txtObjId ->parent)
axlDeleteObject(txtObjId)

Let me know if you need more help.

Cheers, Dave

Dave Elder
Tait Electronics
kenji
Posts: 2
Online: User is Offline
9/28/2007 12:15 AM  
Thnaks,Dave.
I will try by the method.If it doesn't go well, it questions again.
rajesh
Posts: 11
Online: User is Offline
4/27/2008 10:40 PM  
Hi Dave,

I am using the "set_refdes.il" for geting the refdes location orientation and transfer it from one board to another. But i need to get the refdes text block information also and transfer it to another board. Can you please help me.

Regards,
Rajesh.

Attachment: set_refdes.il

Dave Elder
Moderator
Posts: 150
Online: User is Offline
4/28/2008 1:22 PM  
Hi Rajesh, Attached are two routines that I use to record and restore text blocks. Cheers, Dave

Attachment: forum_TextBlocks.il


Dave Elder
Tait Electronics
rajesh
Posts: 11
Online: User is Offline
4/30/2008 10:08 AM  

Hi Dave,

Thanks for your replay, can i please know the step by step procedure to extract and transfer the text block by using this il file.

Regards,

Rajesh

Dave Elder
Moderator
Posts: 150
Online: User is Offline
4/30/2008 12:46 PM  
Hi Rajesh,

1/ Open the first board
2/ Load the Skill code - load("forum_TextBlocks.il"
3/ txtBlks = AFn_recordDesignTextBlocks()
4/ Open the second design
5/ AFn_restoreTextBlocks(txtBlks)

Note that you will need to run the Skill commands from the Skill console (Type "set telskill" in your command window)

Cheers, Dave

Dave Elder
Tait Electronics
rajesh
Posts: 11
Online: User is Offline
5/05/2008 4:07 AM  
Hi Dave,

Thanks for your reply. But the script changes the text block settings where we do it allegro window (setup --> text sizes and provide the text block width,height etc..).

What exactly i need is similar to "set_refdes.il" this will extract the refdes silkscreen_top and silkscreen_bottom location,orientation,mirrored,etc in a text file and it will be transferred to another board.

Like that i need to extract the text block defined for each and every component (if the text block size defined for all the components are not unique throughout the board) and transfer to anoter board.

Thanks,
Rajesh
rong
Posts: 3
Online: User is Offline
5/05/2008 6:23 AM  
Rajesh,

A modified version of ser_refdes.il is available on SourceLink and it does handle textblocks.
rajesh
Posts: 11
Online: User is Offline
5/07/2008 10:24 AM  

Thanks Rong

Regards,

Rajesh.

Posting to forums is available to community members only.
Login or Register

Forums > Silicon-package-board > Shared code - SKILL > how to change textblock


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.