improved logging
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
"""
|
||||
Physical unit conversions for laser control module.
|
||||
"""Physical unit conversions for the laser control module.
|
||||
|
||||
Converts between physical quantities (°C, mA, V) and
|
||||
raw ADC/DAC integer values used by the device firmware.
|
||||
|
||||
All formulas are taken directly from the original device_conversion.py.
|
||||
Converts between physical quantities (°C, mA, V) and the raw ADC/DAC integer
|
||||
values used by the device firmware, using the hardware's bridge/divider formulas.
|
||||
"""
|
||||
|
||||
import math
|
||||
|
||||
Reference in New Issue
Block a user