@SkipEncoding public class ATSPowerState extends Object implements Serializable
| Constructor and Description |
|---|
ATSPowerState(int tickMillis,
Boolean[] powerState,
double dphi,
double hvBias,
String tempChannel,
boolean tempFanControl,
double tempLimit,
double tempValue) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDphi() |
double |
getHvBias() |
Boolean[] |
getPowerState() |
String |
getTempChannel() |
boolean |
getTempFanControl() |
double |
getTempLimit() |
double |
getTempValue() |
int |
getTickMillis() |
public static final String KEY
public int getTickMillis()
public Boolean[] getPowerState()
public double getHvBias()
public double getDphi()
public String getTempChannel()
public boolean getTempFanControl()
public double getTempLimit()
public double getTempValue()
Copyright © 2024 LSST. All rights reserved.