create_output_slot#
- abstractmethod ProxySolverNode.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.
 
- slot_name
- 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. 
 
 
 
    