E5DCB¶
- class lsst.ts.tunablelaser.E5DCB(component, simulation_mode=False)¶
Bases:
objectThe Omron Temperature sensor for the laser.
- Parameters:
- component
Laser Laser component.
- simulation_mode
bool False for normal operation, true for simulation operation.
- Attributes
- ———-
- name
str The name of the module.
- id
int The id of the module.
- component
Laser Laser component.
- temperature_set_register
AsciiRegister Corresponds to the “Temperature Set” register.
- alarm_set_register
AsciiRegister Corresponds to the “Alarm Set” register.
- component
Methods Summary
Publish the register values of the module.
Methods Documentation
- async update_register()¶
Publish the register values of the module.
- Returns:
- None