bluesky_queueserver_api.BItem.meta

property BItem.meta

The read-write property that sets or gets the item metadata. Metadata is currenly used only for plans. Metadata set for instructions and functions is ignored. This is an optional parameter. An empty dictionary is returned if kwargs are not set. Metadata may be represented as a dictionary or a list of dictionaries. The dictionaries in the list are merged into a single dictionary before metadata is passed to the plan.

Raises:
TypeError

Raised if the new value is not a dictionary.