pyyeti.datacursor.DataCursor.off

DataCursor.off(stop_blocking=True)[source]

Turns off the DataCursor and optionally stops it from blocking

Parameters:

stop_blocking (bool; optional) – If True, have the data cursor stop blocking so Python can continue with whats next. Otherwise, if stop_blocking is False, Python will wait; this is probably only useful when the data cursor is controlled in a GUI environment.

Notes

Note that the keystroke ‘t’ will also turn off the DataCursor; in that case, stop_blocking is True.