Hi Agilent Power Supply Programmers,
My name is Matt and I am currently an Application Support Engineer at Agilent specializing in our power products. The division that I work for also is responsible for DMMs, Counters, some of our switching products, and function generators. Part of my project this summer is to work on our programming examples. I figured with this forum up and running, I could ask for some feedback directly from out end users. I have a few questions:
1. What programming languages and IO libraries do you tend to use most frequently?
2. What do you look for in a programming example from Agilent?
3. If we did not have the example in your specific programming language, would just straight instrument commands be ok (probably with a bit of psuedocode)?
4. When you are looking for a programming example, how do you prefer to be able to search? Should we have a page that describes the example and then includes the links to the different languages on the bottom? Should we have a page for each specific programming language with each example listed at the bottom?
5. How often do you use drivers vs. just SCPI commands?
Any other feedback that you have would be greatly appreciated as well. Thanks! My goal is to make it as easy as possible for programmers to find the information that they need.
My name is Matt and I am currently an Application Support Engineer at Agilent specializing in our power products. The division that I work for also is responsible for DMMs, Counters, some of our switching products, and function generators. Part of my project this summer is to work on our programming examples. I figured with this forum up and running, I could ask for some feedback directly from out end users. I have a few questions:
1. What programming languages and IO libraries do you tend to use most frequently?
2. What do you look for in a programming example from Agilent?
3. If we did not have the example in your specific programming language, would just straight instrument commands be ok (probably with a bit of psuedocode)?
4. When you are looking for a programming example, how do you prefer to be able to search? Should we have a page that describes the example and then includes the links to the different languages on the bottom? Should we have a page for each specific programming language with each example listed at the bottom?
5. How often do you use drivers vs. just SCPI commands?
Any other feedback that you have would be greatly appreciated as well. Thanks! My goal is to make it as easy as possible for programmers to find the information that they need.
I saw this post and thought I would give you some feedback on what I am seeing since noone has replied yet.
1. What programming languages and IO libraries do you tend to use most frequently? VB6, LabVIEW, Matlab, VB.NET
2. What do you look for in a programming example from Agilent? How to open and close an instrument, just a single command or two, and lots of comments. The most important thing is to be able to use the example as the structure for their program.
3. If we did not have the example in your specific programming language, would just straight instrument commands be ok (probably with a bit of psuedocode)? Better than nothing. Maybe how to improve measurement speed and data transfer speed would be very beneficial as just psuedocode.
4. When you are looking for a programming example, how do you prefer to be able to search? Should we have a page that describes the example and then includes the links to the different languages on the bottom? Should we have a page for each specific programming language with each example listed at the bottom? I think organizing it by language seems appropriate..
5. How often do you use drivers vs. just SCPI commands? Most customers are using drivers because they see them listed on the website and think they are needed. It is often a struggle to try to explain that they aren't needed.