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 String
in The name of the measurement whose floating-point value is to be retrieved.

Returns

double
Outputs the floating-point measurement value associated with the specified measurement name.

Exceptions

An error has occurred during Devices Library execution.