- getAbsolutePosition() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
-
Gets the current absolute position in mm.
- getAxis() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
-
Gets the axis controlled by this object.
- getBladeMovementTime() - Method in class org.lsst.ccs.subsystems.shutter.ShutterMain
-
The default value for the number of seconds each blade set should take to move
when taking an exposure.
- getBladeSet(ShutterSide) - Method in class org.lsst.ccs.subsystems.shutter.ShutterMain
-
Gets one of the two BladeSet objects.
- getBladeSetConfigs() - Method in class org.lsst.ccs.subsystems.shutter.parker.ConfigPropConverter
-
Converts the property string for both sides to proper blade set configuration objects.
- getBladeSetConfiguration() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
-
- getBladeSetConfigurations(Logger) - Method in class org.lsst.ccs.subsystems.shutter.CCSConfigurationService
-
{@inheritDoc
- getBladeSetPositions() - Method in class org.lsst.ccs.subsystems.shutter.ShutterMain
-
Gets the current relative position of both blade sets.
- getBladeSets() - Method in class org.lsst.ccs.subsystems.shutter.parker.ParkerController
-
Gets the two blades set control objects created during initialization.
- getComm() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
-
Gets the motor communications object being used.
- getConfig() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
-
Gets the configuration object being used.
- getConfiguration() - Method in class org.lsst.ccs.subsystems.shutter.BladeSetCCSConfig
-
Gets a shallow, modifiable copy of the configuration info.
- getConfiguration() - Method in class org.lsst.ccs.subsystems.shutter.HallCCSConfig
-
Gets a shallow, modifiable copy of the configuration info.
- getConfiguration() - Method in class org.lsst.ccs.subsystems.shutter.ShutterCCSConfig
-
Gets a shallow, modifiable copy of the configuration info.
- getDio() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
-
Gets the AccesDio object being used.
- getDriveTemperature() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
-
Gets the drive temperature.
- getEncoder() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
-
Gets the encoder our axis uses for motor position feedback.
- getHallConfigs() - Method in class org.lsst.ccs.subsystems.shutter.parker.ConfigPropConverter
-
Converts the property string for the Hall configuration into proper configuration objects.
- getHallConfigurations(Logger) - Method in class org.lsst.ccs.subsystems.shutter.CCSConfigurationService
-
{@inheritDoc
- getMinApproach() - Method in class org.lsst.ccs.subsystems.shutter.ShutterMain
-
Gets the current minimum approach distance for the blade sets (absolute position).
- getMoveStatus() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
-
Gets the status of the last move from the motor controller: normal
or premature stop reason.
- getPosTolerance(ShutterSide) - Method in class org.lsst.ccs.subsystems.shutter.ShutterMain
-
Gets the tolerance used when comparing blade set position against a known position.
- getRelativePosition() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
-
- getShutterConfig() - Method in class org.lsst.ccs.subsystems.shutter.parker.ConfigPropConverter
-
Converts the property string for the general shutter configuration into a proper configuration object.
- getShutterConfiguration(Logger) - Method in class org.lsst.ccs.subsystems.shutter.CCSConfigurationService
-
{@inheritDoc
- getSide() - Method in class org.lsst.ccs.subsystems.shutter.parker.BladeSetDrvr
-
- P_AXIS_NUMBER - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
User parameter used for the axis to move.
- P_DRIVE_ON - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
User parameter used for the "leave drive on after motion" flag.
- P_FIRST_PARAM_NUMBER - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
User parameter used for the index number of the first parameter to sample, where the indexes for the
integer parameters come before those of the float parameters.
- P_MOVE_DISTANCE - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
User parameter used for the signed distance to travel in mm.
- P_NUM_FLOAT_PARAMS - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
User parameter used for the number of float (single) parameters to sample.
- P_NUM_INT_PARAMS - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
User parameter used for the number of integer (long) parameters to be sampled.
- P_NUM_SAMPLES - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
User parameter used for the number of samples to take of each parameter.
- P_PROGRESS - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
User parameter used to report the progress of the motion program.
- P_SAMPLE_INTERVAL - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
User parameter used for the time between parameter sampling during motion.
- ParkerConstants - Class in org.lsst.ccs.subsystems.shutter.parker
-
Holds various constant definitions for the package.
- ParkerConstants() - Constructor for class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
- ParkerController - Class in org.lsst.ccs.subsystems.shutter.parker
-
Initializes the ACR controller and creates two blade-set objects for use
by the subsystem.
- ParkerController() - Constructor for class org.lsst.ccs.subsystems.shutter.parker.ParkerController
-
- PCD_DONE - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
Progress code: the motion program has exited.
- PCD_MOTION_COMPLETE - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
Progress code: the motion program has detected the end of motion.
- PCD_MOTION_STARTED - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
Progress code: the motion program has started the actual motion.
- PCD_NEVER_STARTED - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
Progress code: the motion program didn't run.
- PCD_SAMPLING_COMPLETE - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
Progress code: the motion program has detected the completion
of sampling for the move.
- PCD_SAMPLING_SET_UP - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
Progress code: the motion program has finished setting up sampling for
the move.
- PCD_STARTED - Static variable in class org.lsst.ccs.subsystems.shutter.parker.ParkerConstants
-
Progress code: the motion program started running.
- position_command(ShutterSide, double, double, String) - Method in class org.lsst.ccs.subsystems.shutter.parker.TestBladeSets
-