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}
Example calls:
${SCRIPTEXEC} "./loadYamlAxis.cmd" "FILE=./axis1.yaml"
${SCRIPTEXEC} "./loadYamlAxis.cmd" "FILE=./axis1.yaml, DEV=foobar"