MeasData

data class MeasData(val probeValue: AbstractProbeValue?, val physicalUnit: String?, val measType: MeasType?)

DTO which represents measurement data of a measurement instrument.

Constructors

Link copied to clipboard
constructor(probeValue: AbstractProbeValue?, physicalUnit: String?, measType: MeasType?)

Properties

Link copied to clipboard

The measurement type of the measured value.

Link copied to clipboard

The physical unit of the measured value.

Link copied to clipboard

The measured value.