package with main method for laser control
Project description
Tunics Laser package
This is simple package for self studying GIT and
control instrument by GPIB interface.
Installation
pip install pytunics
Usage example
from pytunics import TunicsLaser
from numpy import arange
wl_start = 1550.1
wl_stop = 1550.3
wl_step = 0.01
las = TunicsLaser()
las.enable()
for wl in arange(wl_start, wl_stop, wl_step):
las.set_wavelength(wl)
# do something
las.disable()
Special thanks
Artem Nedbailo - QA advices & reviews
Yann Leventoux - Instrument & tools supply
TBD
CI/CD
more tests
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
pytunics-1.0.4.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytunics-1.0.4.tar.gz.
File metadata
- Download URL: pytunics-1.0.4.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.56.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
786d3f393412e4dafc0c908dd82515941f09e8bcb5c0a2fed40d5860461c2076
|
|
| MD5 |
eeb08bb03d90675fc696cf299e003f7d
|
|
| BLAKE2b-256 |
26b3b901e9493ba2a8a28a6344061bb83b6f8464fe087a91f4d887b031f4fce0
|
File details
Details for the file pytunics-1.0.4-py3-none-any.whl.
File metadata
- Download URL: pytunics-1.0.4-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.56.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
633e861c07484fed169da302a64733a3ce78f10ba68582afae1723e10074a2fe
|
|
| MD5 |
4562cb9595330d7a60e5baba20a93afe
|
|
| BLAKE2b-256 |
57d24a30f162a0eb62949b003203f77a25d2391bfd676045e8b6467ffa032ba5
|