TMSiSDK.device.tmsi_thread.TMSiThread.__init__

TMSiSDK.device.tmsi_thread.TMSiThread.__init__#

TMSiThread.__init__(looping_function, pause=0.01, name='TMSi Thread')#

_summary_

Parameters:
  • looping_function (function) – the function which must be exectuted.

  • pause (float, optional) – pause time between each loop of the thread, defaults to 0.01

  • name (str, optional) – name of the thread, defaults to “Sampling Thread”