get_result_files#

abstract IntegrationNode.get_result_files() Tuple[RegisteredFile, ...]#

Get node’s result files.

Returns:
Tuple[RegisteredFile, …]

Tuple of result 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.