public class AnalogPoint extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Integer |
limitViolation
Non-zero if the sensor value is outside the bounds set for the channel.
|
Integer |
malfunction
Non-zero if there was a malfunction during measurement.
|
Double |
value
The value read from the channel.
|
| Constructor and Description |
|---|
AnalogPoint(Double value,
Boolean viol,
Boolean malf) |
public final Double value
public final Integer limitViolation
public final Integer malfunction
Copyright © 2021 LSST. All rights reserved.