RS 1316 driver¶
Very outdated code that does NOT follow hyperion structure and will not work.
| copyright: | |
|---|---|
| license: | , see LICENSE for more details. |
-
class
hyperion.controller.rs.thermometer.Rs1316(settings)¶ controller class for the driver aa_mod18012 from AA optoelelectronics. This class has all the methods to communicate using serial.
- NOTE: Our model has different ranges of frequency (see data sheet)
- Line 1 to 6: 82-151 MHz (this drives short wavelengths) Line 7 to 8: 68-82 MHz (this drives long wavelengths)
-
finalize()¶ This method closes the connection to the device. It is ran automatically if you use a with block
-
initialize()¶ Starts the connection to the device.