Class MonitoringCommands
java.lang.Object
org.lsst.ccs.subsystem.focalplane.MonitoringCommands
Commands that are used to pause/resume/trigger monitoring.
- Author:
- The LSST CCS Team
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Method Details
-
printTasksToPauseDuringReadout
@Command(description="Print the list of tasks that will be paused during readout", type=QUERY, level=0) public String printTasksToPauseDuringReadout() -
printTasksToTriggerAfterReadout
@Command(description="Print the list of tasks that will be triggered after readout", type=QUERY, level=0) public String printTasksToTriggerAfterReadout() -
pauseMonitoringTasks
@Command(description="Pause monitoring tasks", type=ACTION, level=0) public void pauseMonitoringTasks() -
resumeMonitoringTasks
@Command(description="Resume monitoring tasks", type=ACTION, level=0) public void resumeMonitoringTasks() -
triggerMonitoringTasks
@Command(description="Trigger monitoring tasks", type=ACTION, level=0) public void triggerMonitoringTasks()
-