get_registered_files#

abstract System.get_registered_files() Tuple[RegisteredFile, ...]#

Get node’s registered files.

Returns:
Tuple[RegisteredFile, …]

Tuple of registered files.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with the server.

OslCommandError

Raised when a command or query fails.

TimeoutError

Raised when the timeout float value expires.