Package schrodinger :: Package application :: Package jaguar :: Package gui :: Module utils :: Class SpinTreatment
[hide private]
[frames] | no frames]

Class SpinTreatment

EnumMeta('Enum', (object,), temp_enum_dict) --+
                                              |
                                             SpinTreatment

An enumeration of the possible spin treatment settings. Enum values correspond to mmjag settings.

Instance Methods [hide private]
bool
unrestrictedAvailable(self)
Does the current spin treatment setting allow for an unrestricted waveform?
 
__nonzero__(self)
Class Variables [hide private]
  NA = None
hash(x)
  Restricted = mm.MMJAG_IUHF_OFF
  Unrestricted = mm.MMJAG_IUHF_ON
  Automatic = mm.MMJAG_IUHF_AUTOMATIC
Method Details [hide private]

unrestrictedAvailable(self)

 

Does the current spin treatment setting allow for an unrestricted waveform?

Returns: bool
True for unrestricted or automatic spin treatments. False otherwise.