MCPcopy Create free account
hub / github.com/LabPy/lantz / queuebuffer

Method queuebuffer

lantz/drivers/andor/andor.py:142–146  ·  view source on GitHub ↗

Put buffer in queue.

(self, bufptr, value)

Source from the content-addressed store, hash-verified

140 return result.value
141
142 def queuebuffer(self, bufptr, value):
143 """Put buffer in queue.
144 """
145 value = ct.c_int(value)
146 self.lib.AT_QueueBuffer(self.AT_H, ct.byref(bufptr), value)
147
148 def waitbuffer(self, ptr, bufsize):
149 """Wait for next buffer ready.

Callers 1

andor.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected