This is for when simulation data are saved to file during the simulation in a Neo-compatible format, and then read back in when the get_data() method is called. Using lazy mode could greatly improve performance if only a subset of the data is retrieved.
This is for when simulation data are saved to file during the simulation in a Neo-compatible format, and then read back in when the
get_data()method is called. Using lazy mode could greatly improve performance if only a subset of the data is retrieved.