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