Package schrodinger :: Package trajectory :: Module ffstructure :: Class _FFRestraint
[hide private]
[frames] | no frames]

Class _FFRestraint

object --+
         |
        _FFRestraint

A class to hold force field parameters for a restraint.

Instance Methods [hide private]
 
__init__(self, ffhandle, index)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_getFunct(self)
 
_setFunct(self, value)
 
_getAi(self)
 
_setAi(self, value)
 
_getT1(self)
 
_setT1(self, value)
 
_getT2(self)
 
_setT2(self, value)
 
_getT3(self)
 
_setT3(self, value)
 
_getC1(self)
 
_setC1(self, value)
 
_getC2(self)
 
_setC2(self, value)
 
_getC3(self)
 
_setC3(self, value)
 
_getProperty(self)
 
_setProperty(self, d)

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

Class Variables [hide private]
  funct = property(fget= _getFunct, fset= _setFunct, doc= 'funct...
  ai = property(fget= _getAi, fset= _setAi, doc= 'restraint atom...
  t1 = property(fget= _getT1, fset= _setT1, doc= 'restraint x po...
  t2 = property(fget= _getT2, fset= _setT2, doc= 'restraint y po...
  t3 = property(fget= _getT3, fset= _setT3, doc= 'restraint z po...
  c1 = property(fget= _getC1, fset= _setC1, doc= 'force constant...
  c2 = property(fget= _getC2, fset= _setC2, doc= 'force constant...
  c3 = property(fget= _getC3, fset= _setC3, doc= 'force constant...
  property = property(_getProperty, _setProperty, doc= "properti...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ffhandle, index)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

funct

Value:
property(fget= _getFunct, fset= _setFunct, doc= 'function name')

ai

Value:
property(fget= _getAi, fset= _setAi, doc= 'restraint atom index')

t1

Value:
property(fget= _getT1, fset= _setT1, doc= 'restraint x position')

t2

Value:
property(fget= _getT2, fset= _setT2, doc= 'restraint y position')

t3

Value:
property(fget= _getT3, fset= _setT3, doc= 'restraint z position')

c1

Value:
property(fget= _getC1, fset= _setC1, doc= 'force constant on x directi\
on')

c2

Value:
property(fget= _getC2, fset= _setC2, doc= 'force constant on y directi\
on')

c3

Value:
property(fget= _getC3, fset= _setC3, doc= 'force constant on z directi\
on')

property

Value:
property(_getProperty, _setProperty, doc= "properties")