LeverInfo

data class LeverInfo(val name: String, val domain: LeverDomain, val kind: LeverKind, val modelLowerLimit: Double, val modelUpperLimit: Double, val supportsCurrentValue: Boolean, val batchGroup: String? = null, val levels: List<String>? = null, val unit: String? = null)(source)

The descriptive half of a lever. Holding one cannot write anything (§4.3.1.1).

Constructors

Link copied to clipboard
constructor(name: String, domain: LeverDomain, kind: LeverKind, modelLowerLimit: Double, modelUpperLimit: Double, supportsCurrentValue: Boolean, batchGroup: String? = null, levels: List<String>? = null, unit: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val unit: String?