MiniOPG

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

Bases: CanbusModule

Implement the MiniOPG 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.

commanderTCPIPClient

A reference to the tcp/ip client.

error_code_registerAsciiRegister

Corresponds to 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