read#

SHFScope.read(*, timeout: float = 10) tuple[source]#

Read out the recorded data from the scope.

Parameters:

timeout (float) – The maximum waiting time in seconds for the Scope (default: 10).

Returns:

(recorded_data, recorded_data_range, scope_time)

Raises:

TimeoutError – if the scope recording is not completed before timeout.

Return type:

tuple