Package prompt :: Module consistency_tests :: Class Consistency_tests
[hide private]
[frames] | no frames]

Class Consistency_tests

source code

Instance Methods [hide private]
 
__init__(self, relax) source code
 
set_frq(self, run=None, frq=None)
Function for selecting which relaxation data to use in the consistency tests.
source code
Method Details [hide private]

set_frq(self, run=None, frq=None)

source code 
Function for selecting which relaxation data to use in the consistency tests.

Keyword Arguments
~~~~~~~~~~~~~~~~~

run:  The name of the run.

frq:  The spectrometer frequency in Hz.


Description
~~~~~~~~~~~

This function will select the relaxation data to use in the consistency tests corresponding
to the given frequencies.


Examples
~~~~~~~~

relax> consistency_tests.set_frq('test', 600.0 * 1e6)
relax> consistency_tests.set_frq(run='test', frq=600.0 * 1e6)