TK6

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

Bases: CanbusModule

Implement TK6 laser module which contains several temperature registers.

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.

id_2int

The second id of the module.

commanderTCPIPClient

A reference to the tcp/ip client.

display_temperature_registerAsciiRegister

Handles the “Display temperature” register.

set_temperature_registerAsciiRegister

Handles the “Set temperature” register.

display_temperature_register_2AsciiRegister

Handles the “Display temperature” register.

set_temperature_register_2AsciiRegister

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