stop#

SHFScope.stop(*, timeout: float = 10, sleep_time: float = 0.005) None[source]#

Stop the scope recording.

Parameters:
  • timeout (float) – The maximum waiting time in seconds for the scope (default = 10).

  • sleep_time (float) – Time in seconds to wait between requesting the progress and records values (default = 0.005).

Raises:

TimeoutError – The scope did not stop within the specified timeout.

Return type:

None