History
Device history captures Pulse Generator use and changes to device settings. Call ClearHistory()
to erase all device history records.
To retrieve the device logs from the Sparrow Link Pulse Generator, call SaveHistory()
or connect the Pulse Generator to the Sparrow Link Mobile App and use the Share Logs feature to download the logs to the tablet or mobile device running the mobile app. The logs will be downloaded in a .CSV format to the local folder or the device’s internal storage, respectively.
ClearHistory
ClearHistory(, )
Erases all device history records.
SaveHistory
SaveHistory(Filename, Duration)
Saves device history records as a csv.
The name of the file to be created with the exported history data. For example: 'filename.csv'.
Important: be sure to include the ".csv" file extension.
String representing the time period for which the history records should be saved.
'Today': Saves device history records from that day, based on the system date at which the computer is set.
'All': Saves all device history records.
'mmddyyyy','mmddyyyy': Saves device history records between the two specified dates.