

Public Member Functions | |
| ModuleIVInfo (String moduleSerialNo) | |
| ModuleIVInfo (String moduleSerialNo, Vector sensors) | |
| double | geti150SensorCurrent () |
| double | geti350SensorCurrent () |
| double | geti500SensorCurrent () |
| String | getTemperatureRange () |
| String | getOrigin () |
| int | noModuleIVs () |
| ModuleIV | getModuleIV (int index) |
| ModuleIV | getLastModuleIV () |
Package Attributes | |
| Statement | statement |
| ResultSet | resultSet |
| StringBuffer | sqlStat |
| SCTDBInterface | db |
| String | moduleSerialNo |
| Hashtable | i150Hash |
| Hashtable | i350Hash |
| Hashtable | temperatureHash |
| Hashtable | testnoHash |
| Hashtable | moduleTestNoHash |
| String | dataOrigin |
| java.text.DecimalFormat | ivFormatter = new java.text.DecimalFormat("#.###") |
| java.text.DecimalFormat | temperatureFormatter = new java.text.DecimalFormat("#.#") |
| boolean | DEBUG = false |
Private Member Functions | |
| void | initVariables () |
| void | getSensorIVInfo () throws Exception |
| void | getMfrIVInfo () throws Exception |
| void | getSensorSums () |
| void | getModuleIVs () throws Exception |
| void | getModule500VData () |
| void | getModuleIVPlots () throws Exception |
Private Attributes | |
| Vector | sensors |
| Vector | modIVs |
| double | tMin |
| double | tMax |
| double | i150Total |
| double | i350Total |
| double | i500Total |
Definition at line 9 of file ModuleIVInfo.java.
1.4.6