Transcription of Instrumental Documentation - Read the Docs
{{id}} {{{paragraph}}}
Instrumental Documentation Release Mabuchi Lab July 09, 2016. Contents 1 User Guide 3. Installation .. 3. Overview .. 5. Quickstart .. 6. Working with Instruments .. 9. API Documentation .. 11. Developer's Guide .. 44. Python Module Index 47. i ii Instrumental Documentation , Release Instrumental is a Python-based library for controlling lab hardware like cameras, DAQs, oscilloscopes, spectrometers, and more. It has high-level drivers for instruments from NI, Tektronix, Thorlabs, PCO, Photometrics, Burleigh, and others. Instrumental 's goal is to make common tasks simple to perform, while still providing the flexibility to perform complex tasks with relative ease. It also makes it easy to mess around with instruments in the shell. For example, to list the available instruments and open one of them: >>> from Instrumental import instrument, list_instruments >>> insts = list_instruments(). >>> insts [<TEKTRONIX 'DPO4034'>, <TEKTRONIX 'MSO4034'>, <NIDAQ 'Dev1'>].
Instrumental Documentation, Release 0.3.dev1 Instrumental is a Python-based library for controlling lab hardware like cameras, DAQs, oscilloscopes, spectrometers,
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}