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 is an unofficial package and is not supported by the vendor of equipment.
This package provides:
- low-level functions, which are thin wrappers around the C-functions from the DLL distributed by Thorlabs;
- 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, 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
-
Install the package from pypi:
$ pip install py_thorlabs_tsp
From repository
-
Clone the package from the repository
$ git clone https://gitlab.com/dimapu/py_thorlabs_tsp.git py_thorlabs_tsp_repo
-
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
Built Distribution
Hashes for py_thorlabs_tsp-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5fb039908c8a87a730430b7bf947436f20eeae399e22e25ed4729e310917650 |
|
MD5 | 155d585d1642247a2c54dcd6feec24dd |
|
BLAKE2b-256 | a3d153cefaafd7f180d76d4040ce54dabe680349075f8b6cba53d718e2599203 |