APM.REPLAY - APMonitor Option

Main.OptionApmReplay History

Hide minor edits - Show changes to output

June 09, 2017, at 12:43 AM by 10.5.113.159 -
Changed line 5 from:
%width=50px%Attach:apm.png
to:
%width=50px%Attach:apm.png [[Main/DbsGlobal|Global Options]] | %width=30px%Attach:fv.png %width=30px%Attach:mv.png %width=30px%Attach:sv.png %width=30px%Attach:cv.png[[Main/DbsVariable|Local Options]]
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:)

%width=50px%Attach:apm.png

 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.