get_registered_files#
- abstractmethod Project.get_registered_files() Tuple[RegisteredFile, ...]#
 Get all registered files in the current project.
- Returns:
 Tuple[RegisteredFile, …]Tuple with registered files.
- Raises:
 OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.