LLPMKU

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

Bases: CanbusModule

Implement the LLPMKU laser module which contains a register for power.

Parameters:
commanderTCPIPClient

A reference to the tcp/ip client

simulation_modebool

False for normal operation, true for simulation operation.

Attributes:
namestr

The name of the module.

idint

The id of the module.

commanderTCPIPClient

A reference to the tcp/ip client.

power_registerAsciiRegister

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