Explorar o código

Changed default DMA Read Timeout to 1s

kapture2 %!s(int64=3) %!d(string=hai) anos
pai
achega
8273c838b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      KCG/base/backendinterface.py

+ 1 - 1
KCG/base/backendinterface.py

@@ -833,7 +833,7 @@ def bk_check_for_board(board_id):
             board.get_board_status(board_id).status_text = tr("sw", "Software Interface not found")
 
 
-def bk_toggle_wait_on_trigger(board_id, num_of_acquisitions=None, skip=None, timeout=None, method=None):
+def bk_toggle_wait_on_trigger(board_id, num_of_acquisitions=None, skip=None, timeout=1, method=None):
     """
     Toggle waiting for trigger signal to acquire
     :param board_id: id of the board do manipulate