Manages the list of parameters.
|
|
|
|
|
__contains__(x,
y)
y in x |
|
|
|
|
__delitem__(x,
y)
del x[y] |
|
|
|
|
|
|
|
|
|
|
__setitem__(x,
i,
y)
x[i]=y |
|
|
|
bool
|
append(iParameterName,
iFormula,
iNotes,
iUserEditable)
Appends a parameter to the list. |
|
|
|
|
at(...)
No documentation available. |
|
|
|
None
|
|
|
bool
|
contains(iParameterName)
Determines if the parameter is in the list. |
|
|
|
|
description(...)
No documentation available. |
|
|
|
bool
|
evaluate(iExpression)
Evalues an expression within the context of the parameter list. |
|
|
|
string
|
formula(iParameterName)
Returns the formula of a parameter. |
|
|
|
bool
|
isEditable(iParameterName)
Determines if a parameter is editable. |
|
|
|
|
isRemovable(...)
No documentation available. |
|
|
|
|
isVisible(...)
No documentation available. |
|
|
list{string}
|
names()
Returns the names of the parameters in the list. |
|
|
|
bool
|
remove(iParameterName)
Removes a parameter. |
|
|
|
|
rename(...)
No documentation available. |
|
|
|
|
setDescription(...)
No documentation available. |
|
|
|
None
|
setEditable(iParameterName,
iUserEditable)
Sets the editability of a parameter. |
|
|
|
None
|
setFormula(iParameterName,
iFormula)
Sets the formula of a parameter. |
|
|
|
|
setRemovable(...)
No documentation available. |
|
|
|
|
setVisible(...)
No documentation available. |
|
|
|
|
size(...)
No documentation available. |
|
|
|
Inherited from core.Selectable:
clone,
isSelected
Inherited from core.Updatable:
__enter__,
__exit__,
hash,
isValid,
reasonWhyInvalid
|