Example #1
0
#!/usr/bin/env python

import PicoScope;

myUnit = PicoScope.open_unit();
print "Hello, World! :", myUnit
PicoScope.close_unit(myUnit);
print "Goodbye, Cruel World!"
Example #2
0
 def OnButtonStopClick( self, event ):
     self.myTimer.Stop();
     if False==fakePicoScope:
         PicoScope.close_unit(self.myUnit);