|
MeasurementKeyLookUpBySource Method
|
Looks up the measurement key associated with the given source and ID.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax GSF.TimeSeries.MeasurementKey.LookUpBySource = function(source, id);
View SourceParameters
- source String
- The source of the signal.
- id UInt64
- The source-specific unique integer identifier.
Return Value
MeasurementKeyThe measurement key associated with the given source and ID.
Remarks
If no measurement key is found with the given source and ID,
this method returns
Undefined.
See Also