get_output_slot_value#

TcpOslServer.get_output_slot_value(uid: str, hid: str, slot_name: str) Dict#

Get output slot value of actor defined by uid.

Parameters:
uidstr

Actor uid.

hid: str

State/Design hierarchical id.

slot_name: str

Slot name.

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.