| Package | Description |
|---|---|
| org.lsst.ccs.subsystems.fcs |
This package is for the control software of the LSST camera Filter Exchanger
Subsystem.
|
| org.lsst.ccs.subsystems.fcs.simulation |
This package is for the simulators of the Filter Exchanger hardware.
|
| org.lsst.ccs.subsystems.fcs.testbench |
This package is for the test bench installed at
APC
with a PC104 and two Can Open Devices : an ADC and a DAC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CarouselClampXminus |
| Modifier and Type | Method and Description |
|---|---|
CarouselClampModule |
CarouselSocket.getClampXminus() |
CarouselClampModule |
CarouselModule.getClampXminus()
This method returns the clampX- which is at standby filterPosition.
|
CarouselClampModule |
CarouselSocket.getClampXplus() |
CarouselClampModule |
CarouselModule.getClampXplus()
This method returns the clampX+ which is at standby filterPosition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarouselSocket.setClampXminus(CarouselClampModule clampXminus) |
void |
CarouselSocket.setClampXplus(CarouselClampModule clampXplus) |
| Constructor and Description |
|---|
CarouselSocket(String moduleName,
int aTickMillis,
CarouselClampModule clampXminus,
CarouselClampModule clampXplus,
double position,
double standbyPosition) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimuCarouselClamp
A very basic simulated filter clamp module.
|
class |
SimuCarouselClampXminus |
| Modifier and Type | Method and Description |
|---|---|
void |
SimuClampFilterPresenceSensor.simulateFilterIsInError(CarouselClampModule clamp) |
void |
SimuClampFilterPresenceSensor.simulateFilterIsLockable(CarouselClampModule clamp) |
void |
SimuClampFilterPresenceSensor.simulateFilterIsNotLockable(CarouselClampModule clamp) |
void |
SimuClampFilterPresenceSensor.simulateNoFilter(CarouselClampModule clamp) |
| Constructor and Description |
|---|
SimuCarouselSocket(String moduleName,
int aTickMillis,
CarouselClampModule clampXminus,
CarouselClampModule clampXplus,
double position,
double standbyPosition) |
| Modifier and Type | Method and Description |
|---|---|
CarouselClampModule |
LPNHETestBenchMainModule.getClampXminus() |
| Modifier and Type | Method and Description |
|---|---|
void |
LPNHETestBenchMainModule.setClampXminus(CarouselClampModule clampXminus) |
Copyright © 2016 LSST. All rights reserved.