
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 |
ACCUM_DONE |
static int |
ACQ1 |
static int |
ACQ1_BIT |
static int |
CRYO_DEV_WARNING |
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 |
FE55_ON_DEV |
static int |
IDLE |
static int |
IDLE_BIT |
static String |
KEY |
static int |
LAMPDEVC_ON |
static int |
LAMPDEVC_ON_BIT |
static int |
LEDDEVC_ON |
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 |
VAC_DEV_WARNING |
static int |
VACDEVC_ON |
static int |
VACDEVC_ON_BIT |
static int |
VACDEVC_TRIPPED |
static int |
VACDEVC_TRIPPED_BIT |
static int |
VQMDEVC_ON |
static int |
VQMDEVC_ON_BIT |
static int |
WARM |
static int |
WARM_BIT |
| Constructor and Description |
|---|
TSState(int systemState,
int operState,
int tickMillis) |
TSState(int systemState,
int operState,
int tickMillis,
double volts,
double bias_curr,
double curr,
double temp,
double vac,
double temp2,
double vac2,
double lmppwr,
double wl,
int fltpos,
int shutpos,
int xedpos,
String srctype,
String monotype,
String pdtype,
String filter,
String biastype,
int pdcnt,
double pdnplc,
int biason,
double sw1,
double sw2,
double picocurrent,
String warning) |
| Modifier and Type | Method and Description |
|---|---|
double |
getBIAS_curr() |
int |
getBIASon() |
String |
getBIAStype() |
double |
getCurr() |
String |
getFilter() |
int |
getFltpos() |
double |
getLmppwr() |
String |
getMonotype() |
String |
getMonoType() |
int |
getOperState() |
int |
getPDcnt() |
double |
getPDnplc() |
String |
getPDtype() |
int |
getShutpos() |
String |
getSrcType() |
double |
getSw1() |
double |
getSw2() |
int |
getSystemState() |
double |
getTemp() |
double |
getTemp2() |
int |
getTickMillis() |
double |
getVac() |
double |
getVac2() |
double |
getVolts() |
String |
getWarning() |
double |
getWl() |
int |
getXedpos() |
void |
setBIAS_curr(double bias_curr) |
void |
setBIASon(int biason) |
void |
setBIAStype(String biastype) |
void |
setCurr(double curr) |
void |
setFilter(String filter) |
void |
setFltpos(int fltpos) |
void |
setLmpPwr(double lmppwr) |
void |
setMonotype(String monotype) |
void |
setOperState(int operState) |
void |
setPDcnt(int pdcnt) |
void |
setPDnplc(double pdnplc) |
void |
setPDtype(String pdtype) |
void |
setShutpos(int shutpos) |
void |
setSrctype(String srctype) |
void |
setSw1(double sw1) |
void |
setSw2(double sw2) |
void |
setTemp(double temp) |
void |
setTemp2(double temp2) |
void |
setVac(double vac) |
void |
setVac2(double vac2) |
void |
setVolts(double volts) |
void |
setWarning(String warning) |
void |
setWl(double wl) |
void |
setXedpos(int xedpos) |
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 WARM_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 VQMDEVC_ON_BIT
public static final int LEDDEVC_ON
public static final int ACCUM_DONE
public static final int FE55_ON_DEV
public static final int CRYO_DEV_WARNING
public static final int VAC_DEV_WARNING
public static final int STARTUP
public static final int READY
public static final int ACQ1
public static final int WARM
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 static final int VQMDEVC_ON
public TSState(int systemState,
int operState,
int tickMillis)
public TSState(int systemState,
int operState,
int tickMillis,
double volts,
double bias_curr,
double curr,
double temp,
double vac,
double temp2,
double vac2,
double lmppwr,
double wl,
int fltpos,
int shutpos,
int xedpos,
String srctype,
String monotype,
String pdtype,
String filter,
String biastype,
int pdcnt,
double pdnplc,
int biason,
double sw1,
double sw2,
double picocurrent,
String warning)
public int getSystemState()
public int getTickMillis()
public double getVolts()
public void setVolts(double volts)
public double getBIAS_curr()
public void setBIAS_curr(double bias_curr)
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 double getTemp2()
public void setTemp2(double temp2)
public double getVac2()
public void setVac2(double vac2)
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 int getPDcnt()
public void setPDcnt(int pdcnt)
public double getPDnplc()
public void setPDnplc(double pdnplc)
public int getBIASon()
public void setBIASon(int biason)
public String getBIAStype()
public void setBIAStype(String biastype)
public String getFilter()
public void setFilter(String filter)
public int getFltpos()
public void setFltpos(int fltpos)
public double getLmppwr()
public void setLmpPwr(double lmppwr)
public String getMonotype()
public int getShutpos()
public void setShutpos(int shutpos)
public double getWl()
public void setWl(double wl)
public int getXedpos()
public void setXedpos(int xedpos)
public double getSw1()
public void setSw1(double sw1)
public double getSw2()
public void setSw2(double sw2)
public String getWarning()
public void setWarning(String warning)
public int getOperState()
public void setOperState(int operState)
Copyright © 2019 LSST. All rights reserved.