bluesky_queueserver_api.BItem.name

property BItem.name

The property for read-write access to the item name. Item name is a mandatory item parameter that holds a string with the name of the existing plan, instruction or function.

Raises:
TypeError

Raised if the new item name is not a string.

ValueError

Raised if the new item name is an empty string.