DelayLin

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

Bases: CanbusModule

Implement DelayLin laser module.

Parameters:
componentLaser

The 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

A reference to the tcp/ip client.

error_code_registerAsciiRegister

Handles the “Error code” 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