Changes the name and the definition of an existing model.
Syntax
pd.ModelRedefine (modelNumber, modelName, modelConstraints)
The ModelRedefine method syntax has the following parts:
Part |
Description |
modelNumber |
A model number. Model number 1 is the first model. |
modelName |
A new name for the model specified by modelNumber. |
modelConstraints |
New parameter constraints for the model specified by modelNumber. For example, "a=b=c" or "a=1;b=0;c=d=f". |