APM.REPLAY - APMonitor Option

 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.