Currently I set the revision of my project using the following method;
Schematic Setup > Project > Text Variables > PROJECT_REV
Then on my title pages using ${PROJECT_REV} passes to all pages.
How do I follow this through using pcbnew to get the revision?
I have tried;
GetRevision() from GetTitleBlock() and GetProperties() from GetBoard()
but this returns the variable names, not it’s value
${PROJECT_REV}
What am I missing to obtain the value?
Thanks.