CompoWayFModule¶
- class lsst.ts.tunablelaser.CompoWayFModule(csc, terminator=b'\x03', encoding='utf-8', simulation_mode=False)¶
Bases:
ABC
Implement CompoWayF Module.
- Parameters:
- Attributes:
- csc
LaserCSC
The CSC object.
- terminator
bytes
The characters that terminate sent/received messages.
- encoding
str
The type of encoding to use.
- log
logging.Logger
The log of the component.
- simulation_mode
bool
Is the module being simulated?
- commander
lsst.ts.tcpip.Client
A TCP/IP client.
- csc
Attributes Summary
Is the module connected?
The temperature sensors.
Methods Summary
configure
(config)Configure the module.
connect
()Connect to the module.
Disconnect from the module.
Attributes Documentation
- connected¶
Is the module connected?
- temperature¶
The temperature sensors.
Methods Documentation
- abstract configure(config)¶
Configure the module.
- async connect()¶
Connect to the module.
- async disconnect()¶
Disconnect from the module.