{
"cells": [
{
"cell_type": "markdown",
"id": "f57cd4fe",
"metadata": {},
"source": [
"# Tracking the Properties of Real Packets"
]
},
{
"cell_type": "markdown",
"id": "c103617c",
"metadata": {},
"source": [
"**TARDIS** has the functionality to track the properties of the *RPackets* that are generated when running the Simulation. The `rpacket_tracker` can track all the interactions a packet undergoes & thus keeps a track of the various properties, a packet may have.
The `rpacket_tracker` tracks the properties of all the rpackets in the *All the Iterations of the Simulation*. It generates a `pandas.DataFrame` that contains the the properties of all the interactions that a particular `RPacket` undergoes as it is propagated throughout the run of the simulation. This happens for all the packets of each respective `Iteration` and are stored along with the `iteration number`. A sample of the *RPacket Tracking DataFrame* can be seen in the end of this tutorial."
]
},
{
"cell_type": "markdown",
"id": "ce6214b9",
"metadata": {},
"source": [
"\n",
"