create_output_slot#

abstractmethod RootSystem.create_output_slot(slot_name: str, type_hint: SlotTypeHint | None = None) None#

Create dynamic output slot.

Parameters:
slot_namestr

Name of the slot to be created.d

type_hint: Optional[SlotTypeHint], optional

Type hint for the slot. By default None.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with server.

OslCommandError

Raised when the command or query fails.

TimeoutError

Raised when the timeout float value expires.