PulsesAccumulatedWideRange

data class PulsesAccumulatedWideRange(val value: Long, val status: Measurement.Status) : Measurement<Long>

Accumulated number of pulses with wide range

Parameters

value

as accumulated number of pulses

status

of the measurement

Constructors

Link copied to clipboard
constructor(value: Long, status: Measurement.Status)

Properties

Link copied to clipboard
open override val accuracy: Measurement.Accuracy

Accuracy of given measurement.

Link copied to clipboard
open override val isValid: Boolean

True if status of the measurement is Status.VALID

Link copied to clipboard
open override val status: Measurement.Status
Link copied to clipboard

Type of given measurement.

Link copied to clipboard
open override val value: Long

Functions

Link copied to clipboard
open override fun toString(): String