<div dir="ltr">Dear NDN researcher,<div><br></div><div>I am trying to show an attribute in the python visualizer that I have added on my own.</div><div><div><br></div><div>in ndnsim_pit.py</div><div><br></div><div> for item in ndnPit:</div><div>            tree_iter = self.table_model.append()</div><div>            self.table_model.set(tree_iter,</div><div>                                 self.COLUMN_PREFIX, str(item.getName()),</div><div>                                 self.COLUMN_FACE, str(item.getInterest()))</div></div><div><br></div><div>item.getName() works but my own attribute item.getProducerUid does not work.</div><div>Is there any file or setting I have to change to access to it?</div><div><br></div><div>Best wishes,</div><div><br></div><div>inchan hwang</div></div>