Module Spyder :: Class DANIConstants
[hide private]
[frames] | no frames]

Class DANIConstants

source code

object --+
         |
        DANIConstants

Spyder-generated class

module haddock

file /home/sjoerd/data/Spyder-devel/haddock/parameter.spy

Description

Definition of Relaxation Anisotropy constants

Wiki

http://www.spyderware.nl/wiki/classes/DANIConstants

Validate block

>>>            
if choice != None: assert choice in ("NO", "DANI")               
>>>

Form block

>>>            
OPTION choice "NO", "DANI"
tc Correlation time
anis D
r R
wh H frequency
wn N frequency
choice Anisotropy type
constants DANI energy constants               
>>>
Instance Methods [hide private]

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

Instance Variables [hide private]
String choice
ExtStageConstants constants
Float tc
Float anis
Float r
Float wh
Float wn
Properties [hide private]

Inherited from object: __class__