I'm creating a ULP to export a netlist but for my purposes it would be a lot more direct to iterate through the parts, and export those one by one, specifying what net is on what pin. But the data structures visible via the ULP interface seem to only make it possible to see what parts are on a net (rather than what nets are attached to a part). Am I missing something, or am I going to have to build up a whole counterpart to the existing data structures to do what I need?
Thanks,
Brad