List of all members.
Public Member Functions |
def | __init__ |
def | Write |
def | Read |
def | ClearQueue |
def | SetChannel |
def | Query |
def | GetScaleParameters |
def | GetWaveform |
def | ScaleWaveform |
Public Attributes |
| identity |
| device |
| visa |
| syntax |
| ch1 |
| ch2 |
| error |
| time |
| idn |
Constructor & Destructor Documentation
def scope_base::Scope::__init__ |
( |
|
self, |
|
|
|
identity, |
|
|
|
device, |
|
|
|
syntax |
|
) |
| |
# Devices is the dictionary of usb devices
if devices.has_key('TDS1012B' + '-' + sn.upper()) :
self.visa = devices['TDS1012B' + '-' + sn.upper()]
elif devices.has_key('TDS1012B') :
self.visa = devices['TDS1012B'] # No serial number was found.
else :
self.visa = '' # Device not found
The documentation for this class was generated from the following file:
- marina_ph415_initial/marina/hardware/scope/scope_base.py