- Pump: MM 723 v2.4A
- Looping 24/7 (nominally), running every five minutes
| Battery Type | n | Mean Duration [hr] | Standard Deviation [hr] |
|---|---|---|---|
| Energizer Ultimate Lithium | 2 | 232.0 | 7.4 |
| import readdata | |
| dd = readdata.Dexcom.FindDevice() | |
| dr = readdata.Dexcom(dd) | |
| meter_records = dr.ReadRecords('METER_DATA') | |
| print meter_records[0] | |
| print meter_records[-1] | |
| insertion_records = dr.ReadRecords('INSERTION_TIME') | |
| print insertion_records[0] | |
| print insertion_records[-1] |