public interface ShutterInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
expose(org.lsst.ccs.imagenaming.ImageName imageName,
Duration exposeTime) |
void |
open() |
void |
prepare()
Get the shutter ready to move.
|
void |
setImageSequence(boolean imageSequence)
Called if there are going to be a sequence of moves
|
void |
start(String configName)
Start and lock the shutter, with the specified configuration
|
void start(String configName) throws ExecutionException
configName - ExecutionExceptionvoid expose(org.lsst.ccs.imagenaming.ImageName imageName,
Duration exposeTime)
throws ExecutionException
ExecutionExceptionvoid open() throws ExecutionException
ExecutionExceptionvoid close()
throws ExecutionException
ExecutionExceptionvoid prepare()
void setImageSequence(boolean imageSequence)
imageSequence - Copyright © 2024 LSST. All rights reserved.