
public class ScriptingCommands extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptingCommands.FileList |
| Modifier and Type | Method and Description |
|---|---|
ScriptingCommands.FileList |
waitForFitsFiles(Duration timeout) |
void |
waitForSequencer(Duration timeout) |
@Command(type=QUERY,
description="Wait for FITS files to be saved",
level=0,
autoAck=false)
public ScriptingCommands.FileList waitForFitsFiles(Duration timeout)
@Command(type=QUERY,
description="Wait for sequencer to stop",
level=0,
autoAck=false)
public void waitForSequencer(Duration timeout)
Copyright © 2018 LSST. All rights reserved.