Browse Source

Changed default DMA Read Timeout to 1s

kapture2 3 years ago
parent
commit
8273c838b7
1 changed files with 1 additions and 1 deletions
  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