| Modifier and Type | Class and Description |
|---|---|
class |
ChilledDoor |
class |
DummyInstrument
A dummy instrument used to test the subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
Instrument |
DummyInstrument.disable()
Produces a new instance that has readout disabled.
|
Instrument |
ChilledDoor.disable() |
Instrument |
Instrument.disable()
Produces a new instance that has readout disabled.
|
Instrument |
DummyInstrument.enable()
Produces a new instance that has been enabled for readout.
|
Instrument |
ChilledDoor.enable() |
Instrument |
Instrument.enable()
Produces a new instance that has been enabled for readout.
|
Instrument |
InstrumentType.make(InstrumentConfig config)
Makes the right kind of
Instrument objects using InstrumentConfigs. |
Instrument |
DummyInstrument.read()
Produces a new instance that contains a fresh set of data read from
the instrument.
|
Instrument |
ChilledDoor.read() |
Instrument |
Instrument.read()
Produces a new instance that contains a fresh set of data read from
the instrument.
|
| Constructor and Description |
|---|
InstrumentReport(List<Instrument> instruments) |
Copyright © 2020 LSST. All rights reserved.