LDCO48BP¶
- class lsst.ts.tunablelaser.LDCO48BP(component, laser_id, simulation_mode=False)¶
Bases:
CanbusModuleA hardware module for the laser.
- Parameters
- component
Laser The 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.
- id_2
int The second id of the module.
- id_3
int The third id of the module.
- component
Laser The laser component.
- display_temperature_register
AsciiRegister Handles the “Display temperature” register.
- display_temperature_register_2
AsciiRegister Handles the “Display temperature” register.
- display_temperature_register_3
AsciiRegister Handles the “Display temperature” 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