
public class ShutterConfiguration extends Object
See this Confluence page for descriptions of the configuration parameters.
| Constructor and Description |
|---|
ShutterConfiguration(double moveTime,
double minApproach,
double posTolerance,
double idleTimeout,
org.lsst.ccs.drivers.parker.ControllerType controller,
double minSampleDt,
double sampleDtScale) |
| Modifier and Type | Method and Description |
|---|---|
static Constructor<ShutterConfiguration> |
getConstructor()
Gets the constructor to be used when making an instance of this class using data from an external
source such as a text file.
|
org.lsst.ccs.drivers.parker.ControllerType |
getController() |
double |
getIdleTimeout() |
double |
getMinApproach() |
double |
getMinSampleDt() |
double |
getMoveTime() |
double |
getPosTolerance() |
double |
getSampleDtScale() |
public ShutterConfiguration(double moveTime,
double minApproach,
double posTolerance,
double idleTimeout,
org.lsst.ccs.drivers.parker.ControllerType controller,
double minSampleDt,
double sampleDtScale)
public static Constructor<ShutterConfiguration> getConstructor()
Constructor<BladeSetConfiguration>.public double getMoveTime()
public double getMinApproach()
public double getPosTolerance()
public double getIdleTimeout()
public org.lsst.ccs.drivers.parker.ControllerType getController()
public double getMinSampleDt()
public double getSampleDtScale()
Copyright © 2019 LSST. All rights reserved.