get_output_slot_value#
- abstract OslServer.get_output_slot_value(uid: str, hid: str, slot_name: str) Dict #
Get output slot value of actor defined by uid.
- Parameters:
- uid
str
Actor uid.
- hid: str
State/Design hierarchical id.
- slot_name: str
Slot name.
- uid
- Returns:
Dict
Output slot value of the actor.
- 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.