| Modifier and Type | Method and Description |
|---|---|
static BfrComCam.CurrentType |
BfrComCam.CurrentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BfrComCam.CurrentType[] |
BfrComCam.CurrentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
BfrComCam.readCurrent(BfrComCam.CurrentType type)
Reads all instantaneous current values.
|
double |
BfrComCam.readCurrent(BfrComCam.CurrentType type,
int sensor)
Reads an instantaneous current value.
|
double[] |
BfrComCam.readCurrent(BfrComCam.CurrentType type,
int sensor,
int count)
Reads a range of instantaneous current values.
|
double[] |
BfrComCam.readHeldCurrent(BfrComCam.CurrentType type)
Reads all held current values.
|
double |
BfrComCam.readHeldCurrent(BfrComCam.CurrentType type,
int sensor)
Reads a held current value.
|
double[] |
BfrComCam.readHeldCurrent(BfrComCam.CurrentType type,
int sensor,
int count)
Reads a range of held current values.
|
double[] |
BfrComCam.readMaxCurrent(BfrComCam.CurrentType type)
Reads all maximum current values.
|
double |
BfrComCam.readMaxCurrent(BfrComCam.CurrentType type,
int sensor)
Reads a maximum current value.
|
double[] |
BfrComCam.readMaxCurrent(BfrComCam.CurrentType type,
int sensor,
int count)
Reads a range of maximum current values.
|
double[] |
BfrComCam.readMinCurrent(BfrComCam.CurrentType type)
Reads all minimum current values.
|
double |
BfrComCam.readMinCurrent(BfrComCam.CurrentType type,
int sensor)
Reads a minimum current value.
|
double[] |
BfrComCam.readMinCurrent(BfrComCam.CurrentType type,
int sensor,
int count)
Reads a range of minimum current values.
|
Copyright © 2020 LSST. All rights reserved.