Package bmrblib :: Package kinetics :: Module relaxation :: Class Relaxation_v3_0
[hide private]
[frames] | no frames]

Class Relaxation_v3_0

source code


Class for the relaxation data part of the BMRB API (v3.0).

Instance Methods [hide private]
 
__init__(self, datanodes)
Initialise the class, placing the pystarlib data nodes into the namespace.
source code

Inherited from Relaxation_v2_1: add, loop

Method Details [hide private]

__init__(self, datanodes)
(Constructor)

source code 

Initialise the class, placing the pystarlib data nodes into the namespace.

Parameters:
  • datanodes (list) - The pystarlib data nodes object.
Overrides: Relaxation_v2_1.__init__