qubx :: trialset :: TrialSets :: Class TrialSets
[hide private]
[frames] | no frames]

Class TrialSets

source code

object --+
         |
        TrialSets

Collection of TrialSet by name.

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_trialset(self, name, in_qsf=False)
Request a named TrialSet; it will be created if necessary.
source code
 
remove_trialset(self, name)
Removes a named TrialSet; ok if there is none by that name.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

get_trialset(self, name, in_qsf=False)

source code 

Request a named TrialSet; it will be created if necessary.

Parameters:
  • name
  • in_qsf - False if it does not belong to any session (qsf) file