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

Method command

lantz/drivers/andor/andor.py:154–158  ·  view source on GitHub ↗

Run command.

(self, strcommand)

Source from the content-addressed store, hash-verified

152 self.lib.AT_WaitBuffer(self.AT_H, ct.byref(ptr), ct.byref(bufsize), timeout)
153
154 def command(self, strcommand):
155 """Run command.
156 """
157 command = ct.c_wchar_p(strcommand)
158 self.lib.AT_Command(self.AT_H, command)
159
160 def getint(self, strcommand):
161 """Run command and get Int return value.

Callers 1

andor.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected