MiniOPG¶
- class lsst.ts.tunablelaser.MiniOPG(component, simulation_mode=False)¶
Bases:
CanbusModule
Implement the MiniOPG laser module.
- 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.
- commander
TCPIPClient
A reference to the tcp/ip client.
- error_code_register
AsciiRegister
Corresponds to the “Error code” 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