MeasurementData.getDataFloat Method¶
Module: MeasurementData
Definition¶
Retrieves a floating-point measurement value by its name
This method is crucial for accessing stored floating-point metrics, which are often used in precise or fractional measurements.
double getDataFloat(String? dataName)
Parameters
dataName Stringin The name of the measurement whose floating-point value is to be retrieved.
Returns
doubleOutputs the floating-point measurement value associated with the specified measurement name.
Exceptions
An error has occurred during Devices Library execution.