get_states_ids#

abstract Node.get_states_ids() Tuple[str, ...]#

Get available actor states ids.

Returns:
Tuple[str, …]

Actor states ids.

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.