register_location_as_output_slot#
- abstract ProxySolverNode.register_location_as_output_slot(location: Any, name: str | None = None, reference_value: Any | None = None) str #
Register the given location as an output slot.
- Parameters:
- location
Any
Location to be registered.
- name
Optional
[str
],optional
Name of the registered output slot, by default
None
.- reference_value
Optional
[Any
],optional
Reference value of the registered output slot, by default
None
.
- location
- Returns:
str
Name of the actual created output slot.
- Raises:
OslCommunicationError
Raised when an error occurs while communicating with the server.
OslCommandError
Raised when a command or query fails.
TimeoutError
Raised when the timeout float value expires.