Tornado Tp Microscope Driver -
// Initialize the scanner Tornado_SetScanRange(hDevice, 100.0); // 100 microns Tornado_SetScanRate(hDevice, 1.0); // 1 Hz scan rate
import ctypes from ctypes import wintypes tornado = ctypes.WinDLL('tornado_api.dll') tornado.Tornado_OpenDevice.argtypes = [ctypes.POINTER(wintypes.HANDLE), ctypes.c_int] Tornado tp microscope driver
// Clean up Tornado_CloseDevice(hDevice); return 0; For data scientists, the driver can be accessed from Python: // Initialize the scanner Tornado_SetScanRange(hDevice, 100
