Overview
This package can be used to drive a Verdi laser using RS232
Installation
You need to connect the verdi laser to the computer using a RS232 port or a USB to RS232 converter.
Identify the serial port on which the laser is connected (‘COM..’ on windows, ‘/dev/…’ on linux).
You need to have the pyserial package installed.
Usage
from PyCoherentVerdi import VerdiDriver verdi = VerdiDriver(port='COM7') print verdi.power # print the measured power print verdi.set_power # print the set power verdi.set_power = 15.6 # set the power to 15.6 watts verdi.list_cmd(['power', 'baseplate_temperature']) # Returns a dictionary with the values of the parameters in the list verdi.read_all_parameters() # Returns a dictionary with the values of all the parameters
Contact
Please send bug reports or feedback to Pierre Clade.
Version history
Main changes:
0.2 Initial relase
Release files for PyCoherentVerdi 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyCoherentVerdi-0.2.tar.gz | 5.3 kB | Details |
Release files / PyCoherentVerdi-0.2.tar.gz
| Download URL | PyCoherentVerdi-0.2.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
37437c00777231281748c41577fe442dfc0347e5f2647f4ba117fb668fd9c48f
|
|
BLAKE2b-256 checksum How to use checksums |
300c70364a14f6d986fe210c7fcba48228f1fcc3c435d01e82781e7a50251549
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |