| Package | Description |
|---|---|
| org.lsst.ccs.scripting |
| Modifier and Type | Method and Description |
|---|---|
static ScriptingSubsystemWrapper |
CCS.attachSubsystem(String target)
Creates and instance of a ScriptingSubsystemWrapper by making sure that
the given
target corresponds to a CCS subsystem that is currently
available, not locked and alive. |
static ScriptingSubsystemWrapper |
CCS.attachSubsystem(String target,
boolean lock)
Creates and instance of a ScriptingSubsystemWrapper by making sure that
the given
target corresponds to a CCS subsystem that is currently
alive.That method will attempt to acquire a lock only if lock is set to true. |
static ScriptingSubsystemWrapper |
CCS.attachSubsystem(String target,
int level)
Creates and instance of a ScriptingSubsystemWrapper by making sure that
the given
target corresponds to a CCS subsystem that is currently
available, not locked and alive. |
Copyright © 2020 LSST. All rights reserved.