IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
PuzzleTrial Class Reference

Puzzle trial instance for managing a given study. More...

Public Member Functions

def __init__ (self, CfgPT)
 Constructor for a given trial. More...
 
def analyze (self)
 
def recording_start (self)
 
def recording_stop (self)
 
def system_setup (self)
 

Public Attributes

 config
 

Detailed Description

Puzzle trial instance for managing a given study.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  CfgPT 
)

Constructor for a given trial.

Member Function Documentation

◆ analyze()

def analyze (   self)

◆ recording_start()

def recording_start (   self)

◆ recording_stop()

def recording_stop (   self)

◆ system_setup()

def system_setup (   self)

Member Data Documentation

◆ config

config

The documentation for this class was generated from the following file: