| Modifier and Type | Method and Description |
|---|---|
static BfrPathFinder.CurrentType |
BfrPathFinder.CurrentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BfrPathFinder.CurrentType[] |
BfrPathFinder.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[] |
BfrPathFinder.readCurrent(BfrPathFinder.CurrentType type)
Reads all instantaneous current values.
|
double |
BfrPathFinder.readCurrent(BfrPathFinder.CurrentType type,
int sensor)
Reads an instantaneous current value.
|
double[] |
BfrPathFinder.readCurrent(BfrPathFinder.CurrentType type,
int sensor,
int count)
Reads a range of instantaneous current values.
|
double[] |
BfrPathFinder.readHeldCurrent(BfrPathFinder.CurrentType type)
Reads all held current values.
|
double |
BfrPathFinder.readHeldCurrent(BfrPathFinder.CurrentType type,
int sensor)
Reads a held current value.
|
double[] |
BfrPathFinder.readHeldCurrent(BfrPathFinder.CurrentType type,
int sensor,
int count)
Reads a range of held current values.
|
double[] |
BfrPathFinder.readMaxCurrent(BfrPathFinder.CurrentType type)
Reads all maximum current values.
|
double |
BfrPathFinder.readMaxCurrent(BfrPathFinder.CurrentType type,
int sensor)
Reads a maximum current value.
|
double[] |
BfrPathFinder.readMaxCurrent(BfrPathFinder.CurrentType type,
int sensor,
int count)
Reads a range of maximum current values.
|
double[] |
BfrPathFinder.readMinCurrent(BfrPathFinder.CurrentType type)
Reads all minimum current values.
|
double |
BfrPathFinder.readMinCurrent(BfrPathFinder.CurrentType type,
int sensor)
Reads a minimum current value.
|
double[] |
BfrPathFinder.readMinCurrent(BfrPathFinder.CurrentType type,
int sensor,
int count)
Reads a range of minimum current values.
|
Copyright © 2022 LSST. All rights reserved.