MeasurementExpressionParserExecute Method
Create a new expression using the provided expression.
Namespace: Gemstone.Timeseries.ModelAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.166 -- Release Build+57b72ea94712c6fb93701495d2d13b86cd7b5162
Public Function Execute (
companyAcronym As String,
deviceAcronym As String,
vendorAcronym As String,
signalTypeAcronym As String,
interconnectionAcronym As String,
Optional label As String = Nothing,
Optional signalIndex As Integer = -1,
Optional phase As Char = "_"C,
Optional baseKV As Integer = 0,
Optional framesPerSecond As Double? = Nothing
) As String
function Execute(companyAcronym, deviceAcronym, vendorAcronym, signalTypeAcronym, interconnectionAcronym, label, signalIndex, phase, baseKV, framesPerSecond);
- 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.
StringA new string created using the configured expression.