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__

Properties [hide private]
  funct
function name
  ai
restraint atom index
  t1
restraint x position
  t2
restraint y position
  t3
restraint z position
  c1
force constant on x direction
  c2
force constant on y direction
  c3
force constant on z direction
  property
properties

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)

Property Details [hide private]

funct

function name

Get Method:
_getFunct(self)
Set Method:
_setFunct(self, value)

ai

restraint atom index

Get Method:
_getAi(self)
Set Method:
_setAi(self, value)

t1

restraint x position

Get Method:
_getT1(self)
Set Method:
_setT1(self, value)

t2

restraint y position

Get Method:
_getT2(self)
Set Method:
_setT2(self, value)

t3

restraint z position

Get Method:
_getT3(self)
Set Method:
_setT3(self, value)

c1

force constant on x direction

Get Method:
_getC1(self)
Set Method:
_setC1(self, value)

c2

force constant on y direction

Get Method:
_getC2(self)
Set Method:
_setC2(self, value)

c3

force constant on z direction

Get Method:
_getC3(self)
Set Method:
_setC3(self, value)

property

properties

Get Method:
_getProperty(self)
Set Method:
_setProperty(self, d)