TagReplaceSCH parameters
after: [string] (default:'') Text to add after the output of command.
before: [string] (default:'') Text to add before the output of command.
command: [string] (default:'') Command to execute to get the text, will be used only if text is empty. KIBOT_SCH_NAME variable is the name of the current sheet.
KIBOT_TOP_SCH_NAME variable is the name of the top sheet.
tag: [string] (default:'') Name of the tag to replace. Use version for a tag named @version@.
tag_delimiter: [string] (default:'@') Character used to indicate the beginning and the end of a tag. Don’t change it unless you really know about KiCad’s file formats.
text: [string] (default:'') Text to insert instead of the tag.