Tornado Tp Microscope Driver
dev = tp.TornadoDevice() dev.connect("192.168.1.100") # TP controller IP
Unlike generic microscope drivers, the Tornado TP version includes unique modules:
Document ID: TOR-TP-AN-2024-01 Applies to: Tornado TP (Thermionic / Tungsten Filament) & Tornado TPE (Environmental / Low Vacuum) Drivers Tornado tp microscope driver
As of 2025, Tornado Instruments has announced a beta of the Tornado TP Microscope Driver for Linux with PREEMPT_RT kernel support. This driver bypasses the Windows kernel latency (typically 5-20 µs) by offering deterministic response times of <1 µs—crucial for high-speed video-rate AFM.
Interested users can sign up for the early access program, which includes: dev = tp
import tornado_sdk as tp
tp.set_mode(tp.MODE.VIDEO, fps=2, total_frames=1000)
Appendix A: Quick Reference Card (Python Snippet for Common Tasks) Appendix A: Quick Reference Card (Python Snippet for
# Stitched map
tp.start_tile_map(rows=10, cols=10, overlap=0.1, save="map.tif")
Research reproducibility requires strict version tracking.