get_actor_supports#

TcpOslServer.get_actor_supports(uid: str, feature_name: str) bool#

Get supported features of actor defined by uid.

Parameters:
uidstr

Actor uid.

feature_namestr

Name of the feature.

Returns:
bool

Whether the given feature is supported.

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.