- Weatherford Knowledge Base
- P#
- Time and Date 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
TimeValue()
Returns the saved value of the specified time numeric signal for current entity at a specific time point.
Syntax
TimeValue(
time signal name as a string,
Signal Units as a string,
date/time as a time expression)
Or
TimeValue(
time signal name as a string,
Signal Units as a string,
date/time as a time expression,
Entity Name as a string)
Examples
TimeValue("oil production rate"," m3/day", #1/1/2020#)
TimeValue("oil production rate", "m3/d, #1/1/2020#, "Well 34")