public class RebPsState extends Object implements Serializable
| Constructor and Description |
|---|
RebPsState(int tickMillis,
int mainPowerState,
int[] powerState,
double[] hvBiasDacs,
double[] dphiDacs,
String psId) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getDphiDacs() |
double[] |
getHvBiasDacs() |
int |
getMainPowerState() |
int[] |
getPowerState() |
String |
getpsId() |
int |
getTickMillis() |
public static final String KEY
public RebPsState(int tickMillis,
int mainPowerState,
int[] powerState,
double[] hvBiasDacs,
double[] dphiDacs,
String psId)
public int getTickMillis()
public int getMainPowerState()
public int[] getPowerState()
public double[] getHvBiasDacs()
public double[] getDphiDacs()
public String getpsId()
Copyright © 2017 LSST. All rights reserved.