Script for loading Axis from yaml file via jinja2
adds an Axis, based on a yaml config file
Niko Kivel, Anders Sandström
FILE the yaml-file containing the PLC definition
DEV the device name (optional, defaults to ${IOC}), automatically appended with a :
PREFIX the device PREFIX, will NOT be appended with a :
Example calls:
${SCRIPTEXEC} "./loadYamlAxis.cmd" "FILE=./axis1.yaml"
${SCRIPTEXEC} "./loadYamlAxis.cmd" "FILE=./axis1.yaml, DEV=foobar"
${SCRIPTEXEC} "./loadYamlAxis.cmd" "FILE=./axis1.yaml, PREFIX=MTEST-STEPPER:X:"