AddConstant
The AddConstant function is part of the model object.
It's used to add new constants to your model.
Syntax
model.AddConstant(Name,Default)
Parameters
Name: A string containing the human-readable name of this point. This name will appear everywhere the data point is published.
Default: A default value that the input should have.