====Finish==== The **Finish** function of the [[histhelper|HistoryFill]] class is used to write all of the resulting history back to the ARDI server. This should be called //before// calling the Finish function of the **Query** class. ===Example=== history = histhelper.HistoryFill() history.RecordAnalogue('Testing',datetime.datetime.now(),24) history.Finish() return query.Finish()