models.task¶
Overview¶
Enumerates Bpod Task supported operations.
Implementation¶
-
class
pybpodgui_api.models.task.Task(project=None)[source]¶ -
create_execcmd()¶
-
create_scriptcmd()¶
-
load(path)¶ Load setup data from filesystem
Variables:
-
make_emptyfile()¶ Creates the task folder if does not exists and an empty code file
-
make_path()¶ Creates the task folder
-
remove()¶ Remove the task from the project.
-
save()¶ Save setup data on filesystem.
Variables: Returns: Dictionary containing the task info to save.
Return type:
-