Command#

class lsst.ts.ess.common.Command(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: str, Enum

Commands accepted by the Socket Server and Command Handler.

Attributes Summary

Attributes Documentation

CONFIGURE = 'configure'#
DISCONNECT = 'disconnect'#
EXIT = 'exit'#