When using the Agilent MSOX3024A driver as follows: ``` python >>> import ivi >>> mso = ivi.agilent.agilentMSOX3024A("USB0::2391::5973::MY********::INSTR") ``` I received the following error: ``` python Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/matthew/.virtualenvs/agilentsandbox/lib/python2.7/site-packages/ivi/agilent/agilentMSOX3024A.py", line 35, in __init__ super(agilentMSOX34A, self).__init__(*args, **kwargs) NameError: global name 'agilentMSOX34A' is not defined ```
When using the Agilent MSOX3024A driver as follows:
I received the following error: