
public class FocalPlaneCommands extends Object
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getCCDType()
Get the CCDType for each REB.
|
Map<String,Number> |
getREBHwVersions()
Gets the list of REB hardware versions.
|
Map<String,Number> |
getREBSerialNumbers()
Gets the list of REB serial numbers.
|
Map<String,Number> |
getSequencerParameter(String name)
Gets the value of a named sequencer parameter.
|
Map<String,Map<String,Integer>> |
getSequencerParameters()
Gets the value of a all sequencer parameters.
|
Map<String,Boolean> |
isBackBiasOn()
Gets the back bias on states.
|
Map<String,Boolean> |
isScanEnabled()
Gets the scan mode for each REB.
|
Map<String,Boolean> |
isSequencerRunning()
Gets the running state of all sequencers.
|
@Command(type=QUERY, description="Get configured CCD types", level=0, autoAck=false) public Map<String,String> getCCDType()
@Command(type=QUERY, description="Get sequencer parameter values", autoAck=false) public Map<String,Number> getSequencerParameter(@Argument(name="name",description="The parameter name") String name)
name - The parameter name@Command(type=QUERY, description="Get sequencer parameter values", autoAck=false) public Map<String,Map<String,Integer>> getSequencerParameters()
@Command(type=QUERY, description="Get the list of REB hardware versions", autoAck=false) public Map<String,Number> getREBHwVersions()
@Command(type=QUERY, description="Get the list of REB serial numbers", autoAck=false) public Map<String,Number> getREBSerialNumbers()
@Command(type=QUERY, description="Get the back bias on states", autoAck=false) public Map<String,Boolean> isBackBiasOn()
@Command(type=QUERY, description="Get the running states of the sequencers", autoAck=false) public Map<String,Boolean> isSequencerRunning()
Copyright © 2022 LSST. All rights reserved.