DCAModelValue()

Returns calculated fit value for specified or current time step for specified existing DCA model (when time step is inside one of the model segments), optionally converted to the specified unit.

Syntax

DCAModelValue(string dcaModelName)
  • DCA model name: name of existing DCA model
  • date 

Example

DCAModelValue("DCA fit 42")

DCAModelValue("DCA fit 42", #02/24/2016#)

 

Returns calculated fit value for specified or current time step for specified existing DCA model (when time step is inside one of the model segments), optionally converted to the specified unit.

Syntax

DCAModelValue(string dcaModelName, string unitName)

Example


DCAModelValue("DCA fit 42")


DCAModelValue("DCA fit 42", #02/24/2016#)

 

Returns calculated fit value for specified or current time step for specified existing DCA model (when time step is inside one of the model segments), optionally converted to the specified unit.

Syntax

DCAModelValue(string dcaModelName, date/time timeStep)

Example:


DCAModelValue("DCA fit 42")


DCAModelValue("DCA fit 42", #02/24/2016#)

 

Returns calculated fit value for specified or current time step for specified existing DCA model (when time step is inside one of the model segments), optionally converted to the specified unit.

Syntax

DCAModelValue(string dcaModelName, date/time timeStep, string unitName)

Example:


DCAModelValue("DCA fit 42")


DCAModelValue("DCA fit 42", #02/24/2016#)