The tracking system is able to keep track of data and objects over the
lifetime of the simulation and can store data into databases associated with this
particular system.
This function will export the data of the object to a JSON format. This willalso split the data into pages if the page is not zero. This will cache thedata for future use, so that the data can be fetched in batches.
Exports the tracking data to a CSV file. This will look at a particular objectthat may be stored in the database and attempt to export it to a CSV file. Thiswill overwrite any existing file with the same name.
Exports the tracking data to a JSON file. This will look at a particular objectthat may be stored in the database and attempt to export it to a JSON file.
Exports the tracking data to a JSON object. This will look at a particular objectthat may be stored in the database and attempt to export it to a JSON object.
Queries the times of the object in the database. This will be in simulationseconds and returns all times of the data that is stored associated with anobject.
Queries the data of the object in the database. This will return all the datawithin a range of time values stored within the database and will be able tooutput the data, in a JSON format, for the parameters that are passed into thefunction.
Queries the times of the object in the database. This will be in simulationseconds and returns all times of the data that is stored associated with anobject.