Skip to main content

Controls for Thorlabs TSP01 temperature and humidity sensor

Project description

py_thorlabs_tsp

Low and high level python wrappers for Thorlabs TSP01B temperature and humidity sensor.

This package provides:

  1. low-level functions, which are thin wrappers around the C-functions from the DLL distributed by Thorlabs;
  2. high-level class for connecting to the sensor and getting temperature and humidity readout.

This package was tested on Windows only. Only TSP01 Rev.B sensor was tested.

Installation

Prerequisites

Download and install the software from thorlabs.com: https://www.thorlabs.com/newgrouppage9.cfm?objectgroup_id=5884, choose Software tab. This program provides the drivers (DLLs discoverable by the py_thorlabs_tsp), and also the TSP01 Application, which has a GUI and allows connecting and reading out the sensor.

The package itself can be installed either from pypi or from the repository. See both options below.

From pypi

  1. Install the package from pypi (this option is not available yet):

    $ pip install py_thorlabs_tsp

From repository

  1. Clone the package from the repository

    $ git clone git@gitlab.tue.nl:tue-phi/py_thorlabs_tsp.git py_thorlabs_tsp_repo

  2. Install py_thorlabs_tsp either in normal mode:

    $ pip install py_thorlabs_tsp_repo

    OR in development mode:

    $ pip install -e py_thorlabs_tsp_repo

Authors

The following authors have contributed to this package:

  • Dzmitry Pustakhod (original Windows version).

License

Copyright (c) 2019 Dzmitry Pustakhod, TU/e-PITC.

The code is released under MIT license. See LICENSE.

The descriptions of the functions and their parameters are taken from the Thorlabs Manual and are a copyright of Thorlabs. See LICENSE_THORLABS.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_thorlabs_tsp-0.0.3.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

py_thorlabs_tsp-0.0.3-py3-none-any.whl (14.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page