create_input_slot#
- abstractmethod ProxySolverNode.create_input_slot(slot_name: str, type_hint: SlotTypeHint | None = None) None#
Create dynamic input slot.
- Parameters:
- slot_name
str Name of the slot to be created.
- type_hint: Optional[SlotTypeHint], optional
Type hint for the slot. By default
None.
- slot_name
- Raises:
OslCommunicationErrorRaised when an error occurs while communicating with server.
OslCommandErrorRaised when the command or query fails.
TimeoutErrorRaised when the timeout float value expires.