public class ShutterSimulation extends Object implements ShutterInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
expose(Duration exposureTime) |
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
|
public void start(String configName) throws ExecutionException
ShutterInterfacestart in interface ShutterInterfaceExecutionExceptionpublic void expose(Duration exposureTime) throws ExecutionException
expose in interface ShutterInterfaceExecutionExceptionpublic void open()
throws ExecutionException
open in interface ShutterInterfaceExecutionExceptionpublic void close()
throws ExecutionException
close in interface ShutterInterfaceExecutionExceptionpublic void prepare()
ShutterInterfaceprepare in interface ShutterInterfacepublic void setImageSequence(boolean imageSequence)
ShutterInterfacesetImageSequence in interface ShutterInterfaceCopyright © 2022 LSST. All rights reserved.