models.setup¶
Overview¶
Enumerates Bpod setup supported operations.
Implementation¶
-
class
pybpodgui_api.models.setup.Setup(experiment)[source]¶ -
can_run_task()¶
-
clear_subjects()¶
-
kill_task()¶
-
load(path)¶ Load setup data from filesystem
Variables:
-
pause_trial()¶
-
remove()¶ Remove the setup from the project
-
resume_trial()¶
-
save()¶ Save setup data on filesystem.
Variables: parent_path (str) – Experiment path. Returns: Dictionary containing the setup info to save. Return type: dict
-
stop_task()¶
-
stop_trial()¶
-
detached¶
-
experiment¶ Get and set the experiment
Return type: Experiment
-
net_port¶
-
status¶
-
update_variables¶
-