MLDCO48¶
- class lsst.ts.tunablelaser.MLDCO48(component, simulation_mode=False)¶
Bases:
CanbusModule
Implement MLDCO48 laser module which contains temperature registers.
- Parameters:
- Attributes:
- name
str
The name of the module.
- id
int
The id of the module.
- id_2
int
The second id of the module.
- component
Laser
Laser component.
- display_temperature_register
AsciiRegister
Handles the “Display temperature” register.
- display_temperature_register_2
AsciiRegister
Handles the “Display temperature” register.
- name
Methods Summary
Publish the register values of the module.
Methods Documentation
- async update_register()¶
Publish the register values of the module.
- Returns:
- None