LLPMKU¶
- class lsst.ts.tunablelaser.LLPMKU(component, simulation_mode=False)¶
Bases:
CanbusModuleImplement the LLPMKU laser module which contains a register for power.
- Parameters
- commander
TCPIPClient A reference to the tcp/ip client
- simulation_mode
bool False for normal operation, true for simulation operation.
- commander
- Attributes
- name
str The name of the module.
- id
int The id of the module.
- commander
TCPIPClient A reference to the tcp/ip client.
- power_register
AsciiRegister Handles the “Power” 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