welltestpy.data.TimeVar
- class TimeVar(value, symbol='t', units='s', description='time given in seconds')[source]
Bases:
VariableVariable class special for time series.
- Parameters
Notes
Here the variable should be at most 1 dimensional and the name is fix set to
"time".- Attributes
Methods
__call__([value])Call a variable.
save([path, name])Save a variable to file.
- __call__(value=None)
Call a variable.
Here you can set a new value or you can get the value of the variable.
- Parameters
value (
intorfloatornumpy.ndarray,)optional – Value of the Variable. Default:
None
- Returns
value – Value of the Variable.
- Return type
intorfloatornumpy.ndarray
- save(path='', name=None)
Save a variable to file.
This writes the variable to a csv file.
- Parameters
Notes
The file will get the suffix
".var".
- property value
Value.
- Type
intorfloatornumpy.ndarray