MeasurementExpressionParserExecute Method
Create a new expression using the provided expression.
Namespace: Gemstone.Timeseries.ModelAssembly: 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
)
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
public:
String^ Execute(
String^ companyAcronym,
String^ deviceAcronym,
String^ vendorAcronym,
String^ signalTypeAcronym,
String^ interconnectionAcronym,
String^ label = nullptr,
int signalIndex = -1,
wchar_t phase = L'_',
int baseKV = 0,
Nullable<double> framesPerSecond = nullptr
)
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.