|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of WattsUpException in org.lsst.ccs.drivers.wattsup |
|---|
| Methods in org.lsst.ccs.drivers.wattsup that throw WattsUpException | |
|---|---|
void |
WattsUp.close()
Closes the connection to the meter |
int[] |
WattsUp.getCalibrationData()
Gets the calibration data |
int |
WattsUp.getFullOption()
Gets the memory-full handling option |
String[] |
WattsUp.getHeaderRecord()
Gets the header record |
int |
WattsUp.getLoggedData()
Gets all the logged data |
int |
WattsUp.getLoggedFields()
Gets the bit mask of fields being logged |
int |
WattsUp.getLoggingInterval()
Gets the logging interval |
int |
WattsUp.getLoggingState()
Gets the logging state |
int |
WattsUp.getRecordLimit()
Gets the record count limit |
boolean |
WattsUp.getUserEuro()
Gets the user-set euro flag |
float |
WattsUp.getUserRate()
Gets the user-set electricity rate |
int |
WattsUp.getUserThreshold()
Gets the user-set duty cycle threshold |
String[] |
WattsUp.getVersionData()
Gets the version information |
void |
WattsUp.open(int index,
String serial)
Opens a connection to the meter |
void |
WattsUp.open(String node,
int index,
String serial)
Opens a connection to the meter |
void |
WattsUp.resetMemory()
Resets (clears) data memory |
void |
WattsUp.restart()
Restarts the meter |
void |
WattsUp.setExternalLogging(int interval)
Sets external logging |
void |
WattsUp.setFullOption(int option)
Sets the memory-full handling option |
int |
WattsUp.setInternalLogging(int interval)
Sets internal logging |
int |
WattsUp.setLoggedFields(int mask)
Sets the fields to be logged |
void |
WattsUp.setLoggingInterval(int interval)
Sets the logging interval |
void |
WattsUp.setUserParameters(float rate,
int threshold,
boolean euro)
Sets the user parameters |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||