HV40W¶
- class lsst.ts.tunablelaser.HV40W(component, laser_id, simulation_mode=False)¶
Bases:
CanbusModule
Implement HV40W laser module which contains voltage register.
- 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.
- hv_voltage_register
AsciiRegister
Handles the “HV Voltage” register.
- name
Methods Summary
Publishes the register values of the module.
Methods Documentation
- async update_register()¶
Publishes the register values of the module.
- Returns:
- None