KiCadVariable 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. This command will be executed using the Bash shell.
Be careful about spaces in file names (i.e. use quotes like this “$KIBOT_PCB_NAME”).
The KIBOT_PCB_NAME environment variable is the PCB file and the KIBOT_SCH_NAME environment variable is the schematic file.expand_in_command: [boolean] (default:false) Expand %X patterns in the command. The context is schematic.expand_kibot_patterns: [boolean] (default:true) Expand %X patterns in the value to assign to the variable. The context is schematic.name: [string] (default:'') Name of the variable. The version variable will be expanded using ${version}.text: [string] (default:'') Text to insert instead of the variable.variable : Alias for name.