MeasurementExpressionParserExecute Method

Create a new expression using the provided expression.

Definition

Namespace: Gemstone.Timeseries.Model
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.164 -- Release Build+a92a9bf42cb46f572890ee63295d6658a513d9b3
public string Execute(
	string? companyAcronym,
	string? deviceAcronym,
	string? vendorAcronym,
	string? signalTypeAcronym,
	string? interconnectionAcronym,
	string? label = null,
	int signalIndex = -1,
	char phase = '_',
	int baseKV = 0,
	double? framesPerSecond = null
)

Parameters

companyAcronym  String
Company name acronym to use for the expression.
deviceAcronym  String
Device name acronym to use for the expression.
vendorAcronym  String
Vendor name acronym to use for the expression. Can be null.
signalTypeAcronym  String
Acronym of signal type of the expression.
interconnectionAcronym  String
Interconnection acronym of the expression.
label  String  (Optional)
The label associated with the expression, e.g., the phasor or analog label.
signalIndex  Int32  (Optional)
Signal index of the expression, if any.
phase  Char  (Optional)
Signal phase of the point, if any.
baseKV  Int32  (Optional)
Nominal kV of line associated with phasor.
framesPerSecond  NullableDouble  (Optional)
Frames per second to use for the expression.

Return Value

String
A new string created using the configured expression.

See Also