
public class ShutterConfigStatus extends Object implements Serializable
| Constructor and Description |
|---|
ShutterConfigStatus(double bladeMovementTime,
double bladeSetEndTol,
double bladeSetApproachMin)
Construct an instance from the configuration parameter values.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getBladeMovementTime()
Gets the blade movement time.
|
double |
getBladeSetApproachMin()
Gets the minimum approach distance for the blade sets.
|
double |
getBladeSetEndTol()
Gets the blade set "end tolerance".
|
public ShutterConfigStatus(double bladeMovementTime,
double bladeSetEndTol,
double bladeSetApproachMin)
bladeMovementTime - the duration of each blade movement in secondsbladeSetEndTol - how close, in relative position, the blade set has to be to 0.0
or 1.0 to be considered open or closed, respectivelybladeSetApproachMin - how close, in relative position, the two blade sets are allowed to
approach one another before a move is considered unsafepublic double getBladeMovementTime()
public double getBladeSetEndTol()
public double getBladeSetApproachMin()
Copyright © 2016 LSST. All rights reserved.