MicroControl:API Documentation

From KitwarePublic
Revision as of 00:30, 1 March 2011 by Dhanannjay.deo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Sending the message

Waiting for the request


A typical callback to request lots of data from

<source lang="python" enclose="pre" >

   def OnRequest(self, evt):
       TCP.Send(XML.Request('get',position=(),scan=(),image=(),field=(), size=(), lasers=()))
       print 'Starting to read ..'
       TCP.Read(self.TopParent,DataReadyEvent(num=0))

</source>