SetWriteResult#

class lsst.ts.salobj.topics.SetWriteResult(did_change, was_written, data)#

Bases: object

Result from set_write.

Parameters:
  • did_change (bool) – Did the keywords change any values?

  • was_written (bool) – Was the message written?

  • data (BaseMsgType) – The data, after applying keywords. This should be a copy, to avoid race conditions between this call and other code that alters the data.

Attributes Summary

Attributes Documentation

data: BaseMsgType = <dataclasses._MISSING_TYPE object>#
did_change: bool = <dataclasses._MISSING_TYPE object>#
was_written: bool = <dataclasses._MISSING_TYPE object>#