FloatTimeSeriesProperty
This a python binding to the C++ class Mantid::Kernel::TimeSeriesProperty.
bases: mantid.kernel.Property
-
class mantid.kernel.FloatTimeSeriesProperty((object)self, (str)value)
-
EMPTY_DBL = 8.9884656743115785e+307
-
EMPTY_INT = 2147483647
-
EMPTY_LONG = 9223372036854775807
-
__init__((object)self, (str)value) → None
-
addValue((FloatTimeSeriesProperty)self, (DateAndTime)time, (float)value) → None
addValue( (FloatTimeSeriesProperty)self, (str)time, (float)value) -> None
-
allowedValues
A list of allowed values
-
clear((FloatTimeSeriesProperty)self) → None
-
direction
Input, Output, InOut or Unknown. See the Direction class
-
documentation
The property’s doc string
-
firstTime((FloatTimeSeriesProperty)self) → DateAndTime
-
firstValue((FloatTimeSeriesProperty)self) → float
-
getDefault
Get the default value as a string
-
getGroup
Return the ‘group’ of the property, that is, the header in the algorithm’s list of properties.
-
getStatistics((FloatTimeSeriesProperty)self) → TimeSeriesPropertyStatistics
-
isDefault
Is the property set at the default value
-
isValid
An empty string if the property is valid, otherwise it contains an error message.
-
lastTime((FloatTimeSeriesProperty)self) → DateAndTime
-
lastValue((FloatTimeSeriesProperty)self) → float
-
name
The name of the property
-
nthTime((FloatTimeSeriesProperty)self, (int)index) → DateAndTime
-
nthValue((FloatTimeSeriesProperty)self, (int)index) → float
-
settings
Return the object managing this property’s settings
-
size((FloatTimeSeriesProperty)self) → int
-
timeAverageValue((FloatTimeSeriesProperty)self) → float
-
times
-
type
Returns a string identifier for the type
-
units
The units attached to this property
-
value
-
valueAsStr
The value of the property as a string. For some property types, e.g. Workspaces, it is useful to be able to refer to the string value directly
-
valueAsString((FloatTimeSeriesProperty)self) → str