run#
- SHFScope.run(*, single: bool = True, timeout: float = 10, sleep_time: float = 0.005) None [source]#
Run 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).
single (bool) –
- Raises:
TimeoutError – The scope did not start within the specified timeout.
- Return type:
None