| Modifier and Type | Method and Description |
|---|---|
static Model9XX.Sensor |
Model9XX.Sensor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model9XX.Sensor[] |
Model9XX.Sensor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Test9XX.readPressure(Model9XX.Sensor sensor) |
double |
Model9XX.readPressure(Model9XX.Sensor sensor)
Reads a pressure sensor.
|
void |
Test9XX.setAnalogOut(int chan,
Model9XX.Sensor sensor,
int curve) |
void |
Model9XX.setAnalogOut(int chan,
Model9XX.Sensor sensor,
int curve)
Sets analog output parameters.
|
Copyright © 2020 LSST. All rights reserved.