|
MeasurementKeyLookUpBySignalID Method
|
Looks up the measurement key associated with the given signal ID.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax GSF.TimeSeries.MeasurementKey.LookUpBySignalID = function(signalID);
View SourceParameters
- signalID Guid
- The signal ID of the measurement key.
Return Value
MeasurementKeyThe measurement key associated with the given signal ID.
Remarks
If no measurement key is found with the given signal ID,
this method returns
Undefined.
See Also