
public class TSState extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
TSState.cryostates |
static class |
TSState.onOff |
static class |
TSState.pwrstates |
static class |
TSState.vacstates |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACQ1 |
static int |
ACQ1_BIT |
static int |
ACQ2 |
static int |
ACQ2_BIT |
static int |
CRYODEVC_ON |
static int |
CRYODEVC_ON_BIT |
static int |
CRYODEVC_TRIPPED |
static int |
CRYODEVC_TRIPPED_BIT |
static int |
ENVDEVC_ON |
static int |
ENVDEVC_ON_BIT |
static int |
EXPERT |
static int |
EXPERT_BIT |
static int |
IDLE |
static int |
IDLE_BIT |
static String |
KEY |
static int |
LAMPDEVC_ON |
static int |
LAMPDEVC_ON_BIT |
static int |
MONODEVC_ON |
static int |
MONODEVC_ON_BIT |
static int |
PDDEVC_ON |
static int |
PDDEVC_ON_BIT |
static int |
PWRDEVC_ON |
static int |
PWRDEVC_ON_BIT |
static int |
PWRDEVC_TRIPPED |
static int |
PWRDEVC_TRIPPED_BIT |
static int |
READY |
static int |
READY_BIT |
static int |
SHUTDOWN |
static int |
SHUTDOWN_BIT |
static int |
STARTUP |
static int |
STARTUP_BIT |
static int |
STOP |
static int |
STOP_BIT |
static int |
TEST |
static int |
TEST_BIT |
static int |
VACDEVC_ON |
static int |
VACDEVC_ON_BIT |
static int |
VACDEVC_TRIPPED |
static int |
VACDEVC_TRIPPED_BIT |
| Constructor and Description |
|---|
TSState(int systemState,
int tickMillis) |
TSState(int systemState,
int tickMillis,
double volts,
double curr,
double temp,
double vac,
double lmpcurr,
double wl,
int fltpos,
int shutpos,
String srctype,
String monotype,
String pdtype,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCurr() |
String |
getFilter() |
int |
getFltpos() |
double |
getLmpcurr() |
String |
getMonotype() |
String |
getMonoType() |
String |
getPdtype() |
int |
getShutpos() |
String |
getSrcType() |
int |
getSystemState() |
double |
getTemp() |
int |
getTickMillis() |
double |
getVac() |
double |
getVolts() |
double |
getWl() |
void |
setCurr(double curr) |
void |
setFilter(String filter) |
void |
setFltpos(int fltpos) |
void |
setLmpcurr(double lmpcurr) |
void |
setMonotype(String monotype) |
void |
setPdtype(String pdtype) |
void |
setShutpos(int shutpos) |
void |
setSrctype(String srctype) |
void |
setTemp(double temp) |
void |
setVac(double vac) |
void |
setVolts(double volts) |
void |
setWl(double wl) |
String |
toString() |
public static final String KEY
public static final int STARTUP_BIT
public static final int READY_BIT
public static final int ACQ1_BIT
public static final int ACQ2_BIT
public static final int SHUTDOWN_BIT
public static final int IDLE_BIT
public static final int STOP_BIT
public static final int PWRDEVC_TRIPPED_BIT
public static final int CRYODEVC_TRIPPED_BIT
public static final int VACDEVC_TRIPPED_BIT
public static final int PWRDEVC_ON_BIT
public static final int CRYODEVC_ON_BIT
public static final int VACDEVC_ON_BIT
public static final int LAMPDEVC_ON_BIT
public static final int MONODEVC_ON_BIT
public static final int ENVDEVC_ON_BIT
public static final int TEST_BIT
public static final int EXPERT_BIT
public static final int PDDEVC_ON_BIT
public static final int STARTUP
public static final int READY
public static final int ACQ1
public static final int ACQ2
public static final int SHUTDOWN
public static final int IDLE
public static final int STOP
public static final int PWRDEVC_TRIPPED
public static final int CRYODEVC_TRIPPED
public static final int VACDEVC_TRIPPED
public static final int PWRDEVC_ON
public static final int CRYODEVC_ON
public static final int VACDEVC_ON
public static final int LAMPDEVC_ON
public static final int MONODEVC_ON
public static final int ENVDEVC_ON
public static final int TEST
public static final int EXPERT
public static final int PDDEVC_ON
public int getSystemState()
public int getTickMillis()
public double getVolts()
public void setVolts(double volts)
public double getCurr()
public void setCurr(double curr)
public double getTemp()
public void setTemp(double temp)
public double getVac()
public void setVac(double vac)
public String getSrcType()
public void setSrctype(String srctype)
public String getMonoType()
public void setMonotype(String monotype)
public String getPdtype()
public void setPdtype(String pdtype)
public String getFilter()
public void setFilter(String filter)
public int getFltpos()
public void setFltpos(int fltpos)
public double getLmpcurr()
public void setLmpcurr(double lmpcurr)
public String getMonotype()
public int getShutpos()
public void setShutpos(int shutpos)
public double getWl()
public void setWl(double wl)
Copyright © 2014 LSST. All rights reserved.