1. Both parties (ZofzPCB, Schematic) create file in "%TEMP%\crossprobe" directory named "crossprobe.csv".
2. Schematic process may erase the file on start.
3. Header consist of lines started with "#"
4. ZofzPCB accepts the file, if it finds "#Project:" at the start of the line.
5. ZofzPCB will identify header and parse it to the end of file on start, without execution.
6. Line may be written by ZofzPCB or by the Schematic tool.
7. Line written by Schematic Tool starts with ">"
8. Line written by ZofzPCB starts with "<"
9. Syntax for show net, using printf syntax:
">net\t%s", szNetName
10. Syntax for jump to component, using printf syntax:
">part\t%s", szComponentDesignator
11. Syntax for jump to component, using printf syntax:
">part\t%s-%s", szComponentDesignator, szPinDesignator
12. example follows:
#/////////////////////////////////////////////////////////////////////////////////
#
#OrCad Capture CrossProbe
#Date: 09/01/15 	Time: 22:23:24
#Schematic: C:\USERS\RAFAL\DESKTOP\SAMPLE_PROJECT\SAMPLE.DSN
#Project: C:\Users\Rafal\Desktop\Sample_Project\project.zofzproj
#
#/////////////////////////////////////////////////////////////////////////////////
>net	N6662187
<part	Y1-1
<part	U1
<part	R2-2
<part	R2-1
<part	R2
<part	C7
<part	R1
<part	R3
<net	+5V
