element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) ULP: how to open a library when ULP was started in a schematic??
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 11 replies
  • Answers 1 answer
  • Subscribers 173 subscribers
  • Views 1071 views
  • Users 0 members are here
  • ulp
Related

ULP: how to open a library when ULP was started in a schematic??

Joop14
Joop14 over 10 years ago

Hello all,

 

I want to do something simple but somehow I can not find the right way or command.

 

I'm writing an ULP that is going to be started from a schematic.

In the ULP, I want to write code that opens a library so that I can access the properties of devices in a library.

 

How do I do this?

 

Kind Regards,

 

Joop

  • Sign in to reply
  • Cancel
Parents
  • autodeskguest
    0 autodeskguest over 10 years ago

    On 20/02/2015 5:35 a.m., Joop14 wrote:

    Hello all,

     

    I want to do something simple but somehow I can not find the right way

    or command.

     

    I'm writing an ULP that is going to be started from a schematic.

    In the ULP, I want to write code that opens a library so that I can

    access the properties of devices in a library.

     

    How do I do this?

     

    Kind Regards,

     

    Joop

     

     

    Hi

    I'm thinking  that you may get what you are after by right clicking the

    symbol in the schematic and selecting 'open device'. Running a ULP at

    that point is simpler. Explain more about you case. I'll write as much

    as you write.

     

    Warren

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Joop14
    0 Joop14 over 10 years ago in reply to autodeskguest

    I'll explain a bit more what I want to try to achieve.

     

    I want to write an ULP that performs a diff between the parts/devices/footprints in a schematic/board and the libraries.

    In order to do this, the ULP must be started in the console of the schematic/board because we need to have access to all the parts/devices used in the schematic.

    Also we need to have access to all properties and attributes of these parts/devices.

     

    Once we have this access (which is easy when you start the ULP in the console of the schematic or board), we need to have access to

    the libraries to compare the properties of the parts in the schematic/board with the parts in the libraries.

     

    I can have access to parts and properties of a library when I start tyhe ULP in the console of a library.

     

    So, the question is, how to open a library from within an ULP that has been started in a schematic or board.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • autodeskguest
    0 autodeskguest over 10 years ago in reply to Joop14

    Joop14 wrote:

    So, the question is, how to open a library from within an ULP that has

    been started in a schematic or board.

     

    you would need to exit the ulp, open the library editor and start the

    ulp again (or an second ulp) there.

     

    exiting the ulp in the schematic and opening the library editor could

    be done with exit("edit libname;");

    But I see no way the automaticaly start the ulp this way.

    --

     

    Lorenz

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • autodeskguest
    0 autodeskguest over 10 years ago in reply to Joop14

    Joop14 wrote:

    So, the question is, how to open a library from within an ULP that has

    been started in a schematic or board.

     

    you would need to exit the ulp, open the library editor and start the

    ulp again (or an second ulp) there.

     

    exiting the ulp in the schematic and opening the library editor could

    be done with exit("edit libname;");

    But I see no way the automaticaly start the ulp this way.

    --

     

    Lorenz

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • autodeskguest
    0 autodeskguest over 10 years ago in reply to autodeskguest

    "Lorenz"  skrev i nyhetsmeldingen:

    c42eea92t3jch1gdbimgshco8gr7h950hm@4ax.com ...

    But I see no way the automaticaly start the ulp this way.

     

    You can write multiple commands in the exit string, separated by semicolon.

    You an do that when typing commands too.

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube