APM.REPLAY - APMonitor Option
Main.OptionApmReplay History
Hide minor edits - Show changes to markup
(: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.