public class TempRtds extends BaseSet
| Modifier and Type | Field and Description |
|---|---|
static int |
NUM_RTD_TEMPS
Public constants
|
static int |
REG_RTD_COMMAND
Public constants
|
static int |
REG_RTD_REPLY
Public constants
|
CLOCK_PERIOD_0, CLOCK_PERIOD_1, OPTN_ASIC_TEMP, OPTN_ASPIC, OPTN_BACK_BIAS, OPTN_BOARD_DACS, OPTN_BOARD_POWER, OPTN_BOARD_TEMP, OPTN_CABAC, OPTN_CCD_TEMP, OPTN_DCDC_SYNC, OPTN_DREB_SN, OPTN_FAST_ADCS, OPTN_REB_SN, OPTN_SEQUENCER, OPTN_STATUS, REG_DCDC_SYNC, REG_ID, REG_SCHEMA, REG_SN_DREB_START, REG_SN_DREB_VALUE, REG_SN_REB_START, REG_SN_REB_VALUE, REG_STATE, REG_TIME_BASE, REG_TRIG_TIME, REG_TRIGGER, REG_VERSION, RSET_FAST_ADCS, RSET_POWER_ADCS, RSET_SEQUENCER, RSET_STATUS, RSET_TEMP_ADCS, RSET_TIME_BASE, SN_READ_ERROR, SN_READ_OKAY, SN_READ_TIMEOUT, SN_VALUE_MASK, TYPE_CORNER, TYPE_SCIENCE, TYPE_UNKNOWN, VERSION_0, VERSION_1, VERSION_2, VERSION_3, VERSION_4, VERSION_5, VERSION_UNKNOWN, VERSION_UNSET, VERSION_UNSUPP| Constructor and Description |
|---|
TempRtds()
Constructor.
|
TempRtds(RegClient reg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
readReply()
Reads a reply.
|
double |
readRtd(int rtd)
Reads one temperature value.
|
void |
writeCommand(int value)
Writes a command.
|
checkNotVersion, checkVersion, disable, disable, enable, enable, getDrebSerial, getFwVersion, getRebSerial, getTime, getTimeRaw, getTriggerTime, getTriggerTimeRaw, getVersion, getVersion, isDcdcSync, isVersion, setDcdcSync, setTime, setTime, setTimeRaw, setVersions, waitDonepublic static final int REG_RTD_COMMAND
public static final int REG_RTD_REPLY
public static final int NUM_RTD_TEMPS
public TempRtds()
public TempRtds(RegClient reg)
reg - The associated register client objectpublic void writeCommand(int value)
throws REBException
value - The command to writeREBExceptionpublic int readReply()
throws REBException
REBExceptionpublic double readRtd(int rtd)
throws REBException
rtd - The number of the RTD to readREBExceptionCopyright © 2015 LSST. All rights reserved.