Topic: underlaying data
Hi!
This great program saves all the data in one XML text file (I guess)?
So I can find in this file let's say terminals.
<elementInformations>
<elementInformation name="label" show="1">-X2:2</elementInformation>
<elementInformation name="function" show="0">%p2%tSTANDARD%h%n%b%</elementInformation>
<elementInformation name="formula" show="1">-X2:2</elementInformation>
</elementInformations>
So I can generate a list of terminals with e.g. python. - No problem.
But I can't extract some information of how and which wires are connected, or connected source devices, or target devices.
Can I read somewhere about the underlying data structure?
Thank you.