StringFilteredTimeSeriesProperty
This a python binding to the C++ class Mantid::Kernel::FilteredTimeSeriesProperty.
bases: mantid.kernel.StringTimeSeriesProperty
-
class mantid.kernel.StringFilteredTimeSeriesProperty((object)arg1, (StringTimeSeriesProperty)source, (BoolTimeSeriesProperty)filter, (bool)transferOwner)
-
EMPTY_DBL = 8.9884656743115785e+307
-
EMPTY_INT = 2147483647
-
EMPTY_LONG = 9223372036854775807
-
__init__((object)arg1, (StringTimeSeriesProperty)source, (BoolTimeSeriesProperty)filter, (bool)transferOwner) → None :
Constructor
-
addValue((StringTimeSeriesProperty)arg1, (DateAndTime)arg2, (str)arg3) → None
addValue( (StringTimeSeriesProperty)arg1, (str)arg2, (str)arg3) -> None
-
allowedValues
A list of allowed values
-
direction
Input, Output, InOut or Unknown. See the Direction class
-
documentation
The property’s doc string
-
firstTime((StringTimeSeriesProperty)arg1) → DateAndTime
-
firstValue((StringTimeSeriesProperty)arg1) → str
-
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((StringTimeSeriesProperty)arg1) → 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((StringTimeSeriesProperty)arg1) → DateAndTime
-
lastValue((StringTimeSeriesProperty)arg1) → str
-
name
The name of the property
-
nthTime((StringTimeSeriesProperty)arg1, (int)arg2) → DateAndTime
-
nthValue((StringTimeSeriesProperty)arg1, (int)arg2) → str
-
settings
Return the object managing this property’s settings
-
size((StringTimeSeriesProperty)arg1) → int
-
timeAverageValue((StringTimeSeriesProperty)arg1) → float
-
times
-
type
Returns a string identifier for the type
-
unfiltered((StringFilteredTimeSeriesProperty)arg1) → StringTimeSeriesProperty :
Returns a time series containing the unfiltered data
-
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((StringTimeSeriesProperty)arg1) → str