get_available_output_locations#

TcpOslServer.get_available_output_locations(uid: str) List[dict]#

Get available output locations for a certain (integration) actor, if supported.

Parameters:
uidstr

Actor uid.

Returns:
List[dict]

Actor’s available output locations.

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.