<div dir="ltr">I noticed that when I add a component to a bt2 graph, e.g.:<div><br></div><div>sink = g.add_component(SinglePETSink, "sink"+str(idx))</div><div><br></div><div>The return value "sink" is not actually an instance of SinglePETSink (which has been defined as a local Python class).  How do I get to the instance of SinglePETSink that was created?</div><div><br></div><div>Rocky</div></div>