Marina
API for the module-docking wx framework
Public Member Functions | Public Attributes

scope_base::Scope Class Reference

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:
 All Classes Functions