Click or drag to resize

StatisticsEngineRegexMatch Method

Determines whether the given signal reference matches the signal reference regular expression using the given suffix.

Namespace: GSF.TimeSeries.Statistics
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static bool RegexMatch(
	string signalReference,
	string suffix
)
View Source

Parameters

signalReference  String
The signal reference to be matched against the regular expression.
suffix  String
The suffix used by a particular type of statistic.

Return Value

Boolean
Flag indicating whether the signal reference matches the regular expression.
Remarks
The format for signal reference of statistics is: ACRONYM!SUFFIX-ST#, where ACRONYM is the acronym of the measurement's source, SUFFIX is the suffix given as a parameter to this method, and # is an index used to differentiate between statistics with the same source and type.
See Also