| Modifier and Type | Method and Description |
|---|---|
String |
TestReg.aspicClamp(int strips,
int side)
Shows ASPIC clamp value.
|
void |
TestReg.aspicClamp(int strips,
int sides,
int clamp)
Sets ASPIC clamp value.
|
String |
TestReg.aspicGainRc(int strips,
int side)
Shows ASPIC gain & RC.
|
void |
TestReg.aspicGainRc(int strips,
int sides,
int gain,
int rc)
Sets ASPIC gain & RC.
|
String |
TestReg.aspicModes(int strips,
int side)
Shows ASPIC modes.
|
void |
TestReg.aspicModes(int strips,
int sides,
int modes)
Sets ASPIC modes.
|
String |
TestImage.awaitImage()
Waits for an image to arrive.
|
Image |
ImageClient.awaitImage(Image image)
Awaits an image.
|
String |
TestReg.cabac(int side)
Shows all fields of a CABAC.
|
String |
TestReg.cabac(int side,
TestReg.CabacField field)
Shows a CABAC field.
|
String |
TestReg.cabacacPower()
Shows the CABAC power regulator enables.
|
void |
TestReg.cabacacPower(int enables)
Sets the CABAC power regulator enables.
|
void |
TestReg.cabacClear(int strip)
Clears a CABAC strip.
|
void |
TestReg.cabacCopy(int side)
Copies the input registers of a CABAC to the output.
|
void |
TestReg.cabacFetch(int strip)
Fetches a CABAC strip.
|
String |
TestReg.cabacField(int strips,
int side,
TestReg.CabacField field)
Shows a CABAC field.
|
void |
TestReg.cabacField(int strips,
int sides,
TestReg.CabacField field,
int value)
Writes a CABAC field.
|
void |
TestReg.cabacLoad(int strip)
Loads a CABAC strip.
|
String |
TestReg.cabacRead(int side)
Reads the input registers of a CABAC.
|
void |
TestReg.cabacSet(int side,
int... values)
Sets all fields of a CABAC.
|
void |
TestReg.cabacSet(int side,
TestReg.CabacField field,
int value)
Sets a CABAC field.
|
void |
TestReg.cabacWrite(int side,
int... values)
Writes the output registers of a CABAC.
|
void |
BaseSet.checkNotVersion(int option,
int... version)
Checks for not a particular option version.
|
protected void |
RegClient.checkOpen()
Checks that connection is open.
|
void |
BaseSet.checkVersion(int option,
int... version)
Checks for a particular option version.
|
void |
Sequencer.clearCache()
Clears the sequencer program cached copy.
|
void |
ImageClient.close()
Closes a connection.
|
void |
RegClient.close()
Closes a connection.
|
void |
TestImage.connect(int id)
Connects to a REB.
|
void |
TestReg.connect(int id)
Connects to a REB.
|
void |
TestImage.connect(int id,
String ifcName)
Connects to a REB.
|
void |
TestReg.connect(int id,
String ifcName)
Connects to a REB.
|
String |
TestReg.contPower()
Continuously read the board power values.
|
String |
TestReg.contRead(int address,
int count)
Continuously read a set of registers.
|
String |
TestReg.contTemp()
Continuously reads the board temperatures.
|
void |
Cabac.copyRaw(int side)
Copies CABAC input registers to the output ones.
|
void |
TestReg.dacLoad()
Loads all DACs.
|
void |
TestReg.dacLoad(TestReg.DacName name)
Loads a DAC.
|
void |
TestReg.dacSet(TestReg.DacChan chan,
int value)
Sets a DAC value.
|
String |
TestReg.dataSource()
Shows the data source register.
|
void |
TestReg.dataSource(int value)
Sets the data source register.
|
String |
TestReg.dcDcSync()
Shows DC/DC synchronization.
|
void |
TestReg.dcDcSync(TestReg.OnOff state)
Sets the DC/DC synchronization state.
|
void |
BaseSet.disable()
Disables the time-base.
|
void |
Sequencer.disable()
Disables the sequencer.
|
void |
StatusSet.disable()
Disables the status block.
|
void |
BaseSet.disable(int regSet)
Disables a register set.
|
void |
TestReg.disable(TestReg.RsetId regset)
Disables a register set.
|
void |
TestImage.disconnect()
Disconnects from a REB.
|
void |
TestReg.disconnect()
Disconnects from a REB.
|
void |
BaseSet.enable()
Enables the time-base.
|
void |
PowerAdcs.enable()
Enables the power ADC reading.
|
void |
Sequencer.enable()
Enables the sequencer.
|
void |
StatusSet.enable()
Enables the status block.
|
void |
TempAdcs.enable()
Enables the temperature ADC reading.
|
void |
BaseSet.enable(int regSet)
Enables a register set.
|
void |
TestReg.enable(TestReg.RsetId regset)
Enables a register set.
|
void |
AsicAdcs.enableFast()
Enables the fast ADC reading.
|
void |
Sequencer.enableScan(boolean enable)
Enables or disables scan mode.
|
void |
Cabac.fetch(int strip)
Fetches the contents of a CABAC strip to the registers.
|
int[] |
Cabac.get(int side)
Gets all CABAC field values.
|
int |
Cabac.get(int side,
int field)
Gets one CABAC field value.
|
int[] |
Cabac.get(int side,
int first,
int count)
Gets several CABAC field values.
|
int |
Sequencer.getCacheSliceCount()
Gets the slice count of the sequencer program cached copy.
|
long |
BaseSet.getDrebSerial()
Gets the DREB serial number.
|
int |
Sequencer.getErrorAddr()
Gets sequencer error address.
|
double[][] |
AsicAdcs.getFast(int count)
Gets the last few fast ADC samples.
|
double[] |
AsicAdcs.getFastAvge(int count)
Gets the average of the last few fast ADC samples.
|
int |
BaseSet.getFwVersion()
Gets the firmware version.
|
int |
Cabac.getNumFields()
Gets the number of CABAC fields.
|
int |
PowerAdcs.getNumRegs()
Gets the number of ADC registers.
|
int |
TempAdcs.getNumRegs()
Gets the number of ADC registers.
|
long |
BaseSet.getRebSerial()
Gets the REB serial number.
|
int |
Cabac.getRegulator()
Gets the power regulator enables.
|
long |
BaseSet.getTime()
Gets the time-base value as millisecond Unix time.
|
long |
BaseSet.getTimeRaw()
Gets the raw time-base value.
|
long |
PowerAdcs.getTriggerTime()
Gets the time of the read enable.
|
long |
Sequencer.getTriggerTime()
Gets the sequencer trigger time.
|
long |
StatusSet.getTriggerTime()
Gets the status block trigger time.
|
long |
TempAdcs.getTriggerTime()
Gets the time of the read enable.
|
long |
BaseSet.getTriggerTime(int regSet)
Gets the trigger time for a register set as Unix millisecond time.
|
long |
BaseSet.getTriggerTimeRaw(int regSet)
Gets the raw trigger time for a register set.
|
int |
BaseSet.getVersion(int option)
Gets the version of a particular option.
|
int |
BaseSet.getVersion(int option,
boolean unsOkay)
Gets the version of a particular option.
|
boolean |
BaseSet.isDcdcSync()
Gets the DC/DC synchronization.
|
boolean |
Aspic.isNapModeOn()
Gets nap mode.
|
boolean |
Sequencer.isScanEnabled()
Gets whether scan mode is enabled.
|
boolean |
BaseSet.isVersion(int option,
int... version)
Tests for a particular option version.
|
void |
BoardDacs.load()
Loads all DAC values.
|
void |
BoardDacs.load(int dac)
Loads one DAC's values.
|
void |
Cabac.load(int strip)
Loads a CABAC strip from the registers.
|
void |
SequencerUtils.loadCommand(String cmnd)
Carries out a sequencer load command.
|
void |
TestReg.loadCommand(String command)
Loads a command into the sequencer.
|
void |
SequencerUtils.loadCommand(String cmnd,
int lineNum)
Carries out a sequencer load command.
|
int |
SequencerUtils.loadFile(String fileName)
Loads the sequencer from a file.
|
String |
TestReg.loadFile(String fileName)
Loads a file of commands into the sequencer.
|
void |
TestReg.loadTest(int totTime,
int ncycle)
Loads a test program into the sequencer.
|
void |
TestReg.loadTest(int totTime,
int ncycle,
int onTime)
Loads a test program into the sequencer.
|
static void |
TestSpeed.main(String[] args)
Main program
|
protected int |
Asic.makeCommand(int strips,
int sides,
int addr,
int write,
int value)
Makes a command word.
|
void |
ImageClient.open(int id)
Opens a connection using the default network interface.
|
void |
RegClient.open(int id)
Opens a connection using the default network interface.
|
void |
ImageClient.open(int id,
String ifc)
Opens a connection using the specified network interface.
|
void |
RegClient.open(int id,
String ifc)
Opens a connection using the specified network interface.
|
String |
TestReg.power()
Shows all the board power values.
|
String |
TestReg.power(int first)
Shows a board power value.
|
String |
TestReg.power(int first,
int count)
Shows board power values.
|
String |
TestImage.read()
Reads an image.
|
int |
RegClient.read(int address)
Reads from a register.
|
String |
TestReg.read(int address)
Shows register contents.
|
String |
TestReg.read(int address,
int count)
Shows register contents.
|
void |
RegClient.read(int address,
int[] values)
Reads from a set of registers.
|
void |
RegClient.read(int address,
int[] values,
int offset,
int count)
Reads from a set of registers.
|
double |
PowerAdcs.readAdc(int adc)
Reads one power value.
|
double |
TempAdcs.readAdc(int adc)
Reads one temperature value.
|
double[] |
PowerAdcs.readAdcs()
Reads all the power values.
|
double[] |
TempAdcs.readAdcs()
Reads all the temperature values.
|
double[] |
PowerAdcs.readAdcs(int first,
int count)
Reads a range of power values.
|
double[] |
TempAdcs.readAdcs(int first,
int count)
Reads a range of temperature values.
|
int[] |
Aspic.readClamp(int strips,
int side)
Reads ASPIC clamp.
|
int |
Sequencer.readDataSource()
Reads the data source register.
|
int[][] |
Cabac.readField(int strips,
int side)
Reads all CABAC fields.
|
int[] |
Cabac.readField(int strips,
int side,
int field)
Reads a CABAC field.
|
int[][] |
Cabac.readField(int strips,
int side,
int first,
int count)
Reads several CABAC fields.
|
int[][] |
Aspic.readGainRc(int strips,
int side)
Reads ASPIC gain and RC.
|
boolean |
ImageClient.readImage(Image image)
Reads an image.
|
long |
RegClient.readLong(int address)
Reads a register pair as a long value.
|
String |
TestReg.readLong(int address)
Shows a pair of registers.
|
int[] |
Aspic.readModes(int strips,
int side)
Reads ASPIC special modes.
|
int[] |
Cabac.readRaw(int side)
Reads CABAC input registers in raw format.
|
int |
TempRtds.readReply()
Reads a reply.
|
double |
TempRtds.readRtd(int rtd)
Reads one temperature value.
|
int |
Sequencer.readSliceCount()
Reads the slice count.
|
double |
AsicAdcs.readSlow(int chan)
Reads the slow ADC.
|
int |
Sequencer.readStartAddr()
Reads the start address register.
|
Status |
StatusSet.readStatus()
Reads the status block.
|
int |
Sequencer.readStripeSelect()
Reads the stripe selection register.
|
void |
TestImage.reset()
Resets the front end system.
|
void |
Aspic.reset(int strip)
Resets ASPIC registers.
|
void |
Cabac.reset(int strip)
Resets a CABAC strip.
|
void |
Sequencer.resetError()
Resets sequencer error.
|
void |
ImageClient.resetFrontEnd()
Resets the front end system.
|
void |
Sequencer.resetScan()
Resets scan mode.
|
String |
TestReg.scanMode()
Shows the scan mode.
|
void |
Sequencer.sendStep()
Sends the step command.
|
void |
Sequencer.sendStop()
Sends the stop command.
|
void |
BoardDacs.set(int chan,
int value)
Sets a DAC value.
|
void |
Cabac.set(int side,
int[] value)
Sets all CABAC field values.
|
void |
Cabac.set(int side,
int field,
int value)
Sets one CABAC field value.
|
void |
Cabac.set(int side,
int first,
int count,
int[] value)
Sets several CABAC field values.
|
void |
BaseSet.setDcdcSync(boolean enable)
Sets the DC/DC synchronization.
|
void |
AsicAdcs.setFastCount(int count)
Sets the number of fast ADC samples.
|
void |
AsicAdcs.setMux(int set)
Sets the ASIC MUX.
|
void |
Aspic.setNapMode(boolean on)
Sets nap mode.
|
void |
Cabac.setRegulator(int enables)
Sets the power regulator enables.
|
void |
BaseSet.setTime()
Sets the time-base value to the current system time.
|
void |
BaseSet.setTime(long time)
Sets the time-base value as millisecond Unix time.
|
String |
TestReg.setTime(String time)
Sets the time.
|
void |
BaseSet.setTimeRaw(long time)
Sets the raw time-base value.
|
void |
BaseSet.setVersions()
Sets the version of each option.
|
String |
TestReg.showStatus()
Shows the contents of the status block.
|
String |
TestReg.sliceCount()
Shows the slice count register.
|
void |
TestReg.sliceCount(int count)
Sets the slice count register.
|
void |
TestReg.sliceCount(TestReg.ScanOption option)
Sets/resets the scan mode.
|
String |
TestReg.snDreb()
Shows DREB serial number.
|
String |
TestReg.snReb()
Shows REB serial number.
|
void |
TestReg.step()
Sends a step request to the sequencer.
|
void |
TestReg.stop()
Sends a stop request to the sequencer.
|
String |
TestReg.stripeSelect()
Shows the stripe selection register.
|
void |
TestReg.stripeSelect(int value)
Sets the stripe selection register.
|
String |
TestReg.temperature()
Shows all the board temperatures.
|
String |
TestReg.temperature(int first)
Shows a board temperature.
|
String |
TestReg.temperature(int first,
int count)
Shows board temperatures.
|
String |
TestReg.time()
Shows the time.
|
String |
TestReg.timebase()
Shows the time base.
|
void |
TestReg.timebase(long time)
Sets the time base.
|
String |
TestReg.trigtime(TestReg.RsetId regset)
Shows a trigger time.
|
int |
RegClient.update(int address,
int mask,
int value)
Updates a register.
|
void |
TestReg.update(int address,
int mask,
int value)
Updates a register.
|
void |
PowerAdcs.waitDone()
Waits for the data to be available.
|
void |
TempAdcs.waitDone()
Waits for the data to be available.
|
void |
BaseSet.waitDone(int regSet)
Waits for a register set to become disabled.
|
void |
AsicAdcs.waitFastDone()
Waits for the fast ADC read to finish.
|
void |
RegClient.write(int address,
int value)
Writes to a register.
|
void |
TestReg.write(int address,
int value)
Writes to a register.
|
void |
RegClient.write(int address,
int[] values)
Writes to a set of registers.
|
void |
RegClient.write(int address,
int[] values,
int offset,
int count)
Writes to a set of registers.
|
void |
Sequencer.writeBebSelect(int value)
Writes the BEB selector register.
|
void |
Aspic.writeClamp(int strips,
int sides,
int clamp)
Writes ASPIC clamp.
|
void |
TempRtds.writeCommand(int value)
Writes a command.
|
void |
Sequencer.writeDataSource(int value)
Writes the data source register.
|
void |
Sequencer.writeExecCount(int addr,
int count)
Writes an execute repeat count parameter.
|
void |
Sequencer.writeExecFunc(int addr,
int func)
Writes an execute function code parameter.
|
void |
Cabac.writeField(int strips,
int sides,
int[] value)
Writes all CABAC fields.
|
void |
Cabac.writeField(int strips,
int sides,
int field,
int value)
Writes a CABAC field.
|
void |
Cabac.writeField(int strips,
int sides,
int first,
int count,
int[] value)
Writes several CABAC fields.
|
void |
Aspic.writeGainRc(int strips,
int sides,
int gain,
int rc)
Writes ASPIC gain and RC.
|
void |
Sequencer.writeJumpCount(int addr,
int count)
Writes a jump repeat count parameter.
|
void |
Sequencer.writeJumpSubr(int addr,
int subr)
Writes a jump subroutine address parameter.
|
void |
Sequencer.writeLines(int func,
int[] values)
Writes a set of output lines values.
|
void |
Sequencer.writeLines(int func,
int[] values,
int offset,
int count)
Writes a set of output lines values.
|
void |
Sequencer.writeLines(int func,
int slice,
int value)
Writes an output lines value.
|
void |
RegClient.writeLong(int address,
long value)
Writes a long value to a register pair.
|
void |
TestReg.writeLong(int address,
long value)
Writes a pair of registers.
|
void |
Aspic.writeModes(int strips,
int sides,
int modes)
Writes ASPIC special modes.
|
void |
Sequencer.writeProgEnd(int addr)
Writes an end program word.
|
void |
Sequencer.writeProgEndSubr(int addr)
Writes an end subroutine word.
|
void |
Sequencer.writeProgExec(int addr,
int func,
int count)
Writes an execute program word.
|
void |
Sequencer.writeProgExec(int addr,
int argType,
int func,
int count)
Writes an execute program word.
|
void |
Sequencer.writeProgJump(int addr,
int subaddr,
int count)
Writes a jump program word.
|
void |
Sequencer.writeProgJump(int addr,
int argType,
int subaddr,
int count)
Writes a jump program word.
|
void |
Sequencer.writeProgram(int addr,
int value)
Writes a program word.
|
void |
Sequencer.writeProgram(int addr,
int[] values)
Writes a set of program words.
|
void |
Sequencer.writeProgram(int addr,
int[] values,
int offset,
int count)
Writes a set of program words.
|
void |
Cabac.writeRaw(int side,
int[] values)
Writes CABAC output registers in raw format.
|
void |
Sequencer.writeSliceCount(int value)
Writes the slice count.
|
void |
Sequencer.writeStack(int[] values)
Writes a complete set of stack values, setting the stack size.
|
void |
Sequencer.writeStack(int[] values,
int offset,
int count)
Writes a complete set of stack values, setting the stack size.
|
void |
Sequencer.writeStack(int addr,
int value)
Writes a stack value.
|
void |
Sequencer.writeStack(int addr,
int[] values)
Writes a set of stack values.
|
void |
Sequencer.writeStack(int addr,
int[] values,
int offset,
int count)
Writes a set of stack values.
|
void |
Sequencer.writeStackSize(int value)
Writes the stack size.
|
void |
Sequencer.writeStartAddr(int value)
Writes the start address register.
|
void |
Sequencer.writeStripeSelect(int value)
Writes the stripe selection register.
|
void |
Sequencer.writeTimes(int func,
int[] values)
Writes a set of time slice values.
|
void |
Sequencer.writeTimes(int func,
int[] values,
int offset,
int count)
Writes a set of time slice values.
|
void |
Sequencer.writeTimes(int func,
int slice,
int value)
Writes a time slice value.
|
Copyright © 2015 LSST. All rights reserved.