APM.REPLAY - APMonitor Option

Main.OptionApmReplay History

Show minor edits - Show changes to markup

June 09, 2017, at 12:43 AM by 10.5.113.159 -
Changed line 5 from:
to:
June 06, 2017, at 12:38 AM by 10.5.113.159 -
Added lines 1-11:

(:title APM.REPLAY - APMonitor Option:) (:keywords APM.REPLAY, Optimization, Estimation, Option, Configure, Default, Description:) (:description REPLAY is a cycle counter when running historical data through a model as if the data were presented sequentially in real-time:)

 Type: Integer, Input
 Default Value: 0
 Description: Row counter for data in replay.csv

REPLAY is a row indicator that is incremented each cycle when REPLAY >= 1. When replay mode is activated, data from successive rows in replay.csv are inserted into the file measurements.dbs. The application solves and then REPLAY is incremented by 1. On the next cycle, measurements.dbs is populated from the next row and the cycle repeats. REPLAY is an efficient way of loading large amounts of data into an application without needing to load each measurement individually through apm_meas(s,a,'variable',value) function calls.