OutputControlBundle

List of output states

Parameters

value

list of output states with most recent one at index 0

Constructors

Link copied to clipboard
constructor(value: List<OutputControl>)

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 all states within bundle are valid

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

Status.VALID if all output states within bundle are valid, Status.ERROR otherwise

Link copied to clipboard

Type of given measurement.

Link copied to clipboard
open override val value: List<OutputControl>

list of output states with most recent one at index 0

Functions

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