Skip to content
Snippets Groups Projects
Commit 45dbae67 authored by Zanting's avatar Zanting
Browse files

Disable BG before a new test

parent 4ce69e62
No related branches found
No related tags found
No related merge requests found
......@@ -163,8 +163,11 @@ if __name__ == "__main__":
ss_list.append(i + j*c_frame_size)
if c_ena_pre_transpose:
ss.write_selects(ss_list)
ss.write_selects(ss_list)
# Disable the blockgenerator before writing new data
bg.write_disable()
###############################################################################
#
# Create stimuli for the BG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment