cheta.remote_access#

Settings and functions for remotely accessing an engineering archive.

NOTE: see test_remote_access.py for useful information about doing functional testing of this code.

Exceptions#

RemoteConnectionError

Common base class for all non-exit exceptions.

Functions#

get_data_access_info([is_windows])

Determine path to eng archive data and whether to access data remotely.

establish_connection()

Function to establish a connection to the remote server

connection_is_established()

Function to check if a connection to the remote server has been established

execute_remotely(fcn, *args, **kwargs)

Function for executing a function remotely

test_connection()

Function to perform a quick test of the connection to the

close_connection()

Function to close the connection to the remote server