|
|
__init__(self,
subtaskName='',
taskName='',
author='',
constraintTolerance=0.0)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
| setRenderControlRoutine(self,
renderControlRoutine) |
source code
|
|
|
|
addDesVars(self,
*dvLists)
add design variables to the system (these variables may be used to
optimize the system or to create plots) design vars have: name,
value, minVal, maxVal, NSteps, units, description |
source code
|
|
|
|
|
|
|
setResultVariableLimits(self,
name='resultvar',
loLimit=-1e+300,
hiLimit=1e+300) |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|