====AddConstant==== The **AddConstant** function is part of the //model// object. It's used to add new [[constant|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 points|data point]] is [[published|published]]. **Default**: A default value that the input should have. ===See Also=== [[AddCalc]] \\ [[AddConstant]] \\ [[AddInput]] \\ [[AddOutput]] \\