- Weatherford Knowledge Base
- P#
- DCA Functions
-
Getting Started
-
Customer Training
-
Customer Success
-
Updates
-
Production Optimization
-
Artificial Lift Optimization
-
Completion Optimization
-
Environmental, Social & Governance
-
Development, Acquisition & Divestitures
-
Enhanced Oil Recovery
-
Admin
-
P#
- Getting Started with P#
- Data Cleansing
- String Functions
- Scenario Functions
- Regression Functions
- Placeholder Functions
- Mathematical Functions
- Logic Functions
- Entities Function
- Moving Window Functions
- Time and Date Functions
- Statistical Functions
- Economic Functions
- Data Handling
- Additional Functions
- Directional Functions
- Machine Learning Functions
- DCA Functions
- Neighborhood Functions
-
Packages
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#)