E5DCB

class lsst.ts.tunablelaser.E5DCB(component, simulation_mode=False)

Bases: object

The Omron Temperature sensor for the laser.

Parameters:
componentLaser

Laser component.

simulation_modebool

False for normal operation, true for simulation operation.

Attributes
———-
namestr

The name of the module.

idint

The id of the module.

componentLaser

Laser component.

temperature_set_registerAsciiRegister

Corresponds to the “Temperature Set” register.

alarm_set_registerAsciiRegister

Corresponds to the “Alarm Set” register.

Methods Summary

update_register()

Publish the register values of the module.

Methods Documentation

async update_register()

Publish the register values of the module.

Returns:
None