Reference 〉 Hook

dataCollect(dataData, tint)

Runs at the end of each model step immediately before the period’s data is collected.

If you need a hook immediately after data is collected, use modelPostStep and access the Data object with model.data.

Required Parameters

  • data Data

    The Data object.

  • t int

    The current model time.

Notes and Examples

  1. Contribute a Note

    Your email address will not be published. Required fields are marked *

    You may use limited HTML for formatting. Please embed blocks of code in <pre><code> </code></pre> tags.

History