User Interface of Major Oscilliscope Brands?
teddaw152 writes "I've been tasked with ordering an oscilloscope and a logic analyzer for use in a university physics lab, and have found several models that will likely suit our technical needs from the major manufacturers (Agilent, Tektronix, and LeCroy). However, I personally have only used legacy HP scopes, and thus I have no idea what modern features are must haves and which brand's user interface is the most intuitive. Is there anyone out there that has used modern Tektronix/Agilent/LeCroy scopes side by side and can comment on their thoughts from the purely subjective side?"
All old HP scopes were made by the division that is now Agilent. Depending on how old your old HP scopes are, they may resemble newer Agilent scopes the closest. Features have changed a lot in 10, 20, and 30 years on these devices.
I work in a power lab with both LeCroy Wavepros and Tektronix 5000's. Not sure if these two models are technically comparable, but I can say I like the LeCroys much better:
The GUI is better organized. It's much easier for a new user to be able to just sit down and be able to figure out how to setup the display so they get what they need. Theres a learning curve with the Tek scope.
Speed. The Tek scopes are painfully slow to respond when you change a setting. The LeCroy on the other hand feels like it's instantaneous. This is especially true if you want to use the scope by connecting to it remotely (via ethernet control). The Tek scopes feel like there practically useless for this purpose.
Use of external code. The LeCroys have the ability to take code you've written (in something like Matlab say) to process your data real time which is very handy. I'm not sure if later versions of Tek scopes have this ability or not.
As a software developer who's trying to learn about hardware, I find the timing of this question quite valuable, as I have a related question.
I'm interested in getting an oscope for my home learning. Typical beginner circuits (low power, inductors, breadboard etc).
Could someone who has more experience in this than I please give some recommendations for a new scope to buy?
The standard Physics lab ones are expensive (or at least they used to be). I'm a little hesitant to pick one up off of ebay, sight unseen.
Any recommendations here for a new one within the budget of a home hobbiest?
Many thanks in advance.
There is nothing more frustrating than having a department full of Tektronix scopes and people who have used those for the last 3 years only to have to battle with an Agilent simply because the buttons are in a different place.
I've ran across similar experiences before too. It's mind boggling how these people, many of which have a degree, can't figure out how to use a different oscilloscope. Not all of them are intuitive to use, but the options and features are generally lain out in a way that you can figure out what to do.
Tektronics Earth Grounds their signal ground.
This makes for a Safer but much less functional scope. You need 2 channels to measure a voltage relative to a non earth ground.
Alright... time to break up this party before it evolves into another bad pun thread.
I use tektronix scopes pretty much daily. Almost all of their new stuff, except for the very low end, is Windows based, which, besides the regular negative slashdot bias against windows, can be a real pain when you work in a closed lab with special security rules. Windows (and Unix) boxes are severely tied down in most security sensitive situations, and these scopes either require you to run as admin, or as a non-admin you lose a lot of functionality.
One of our brilliant IT security folks installed a program called Device-Lock on my Tek scope the other day. This was configured to completely disabled all I/O (except mouse/keyboard) on the scope, which is kind of funny considering the purpose of a scope. We got this fixed, after a long and entertaining conversation with security.
This issue doesn't apply to the submitter most likely, but anyone else reading and looking for advice, take into account rules regarding OS security at your work / school when looking at a new scope. Frequently I will look for one of the older scopes running proprietary OSes (like the old HPs) to avoid the hassle entirely. To answer your original question, you really need to define requirements before your start picking out scopes. It's like buying a vehicle with your only criteria being it's color.
All major scope brands are easy to talk to, control and download data from with SCPI commands. All provide a programming manual with the command set supported by that scope.
Tektronix wraps theirs in VXI-11 (an RPC protocol - the .x is easy to find). Agilent talks SCPI over a TCP socket, and I don't remember what LeCroy does - it's a while since I used one of theirs. I remember thinking it was a bit sucky, but no more.