get_available_input_locations#

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

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

Parameters:
uidstr

Actor uid.

Returns:
List[dict]

Actor’s available input 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.