Skip to content
Snippets Groups Projects
Commit e05cf02f authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Add a comment on config-aliasing#.iocsh to indicate board, channel and alias

parent a8e4b73b
No related branches found
No related tags found
1 merge request!17Change the way to set alias and description
...@@ -51,6 +51,7 @@ do ...@@ -51,6 +51,7 @@ do
desc=${desc:0:40} desc=${desc:0:40}
fi fi
echo "# Board $iNum, Channel $ch = $pv_name" >> $fPath
# set aliases # set aliases
echo "$template0$ch, A=$LLRF_IOC_NAME$iNum:$pv_name\")" >> $fPath echo "$template0$ch, A=$LLRF_IOC_NAME$iNum:$pv_name\")" >> $fPath
echo "$template0$ch-ATT, A=$LLRF_IOC_NAME$iNum:$pv_name-ATT\")" >> $fPath echo "$template0$ch-ATT, A=$LLRF_IOC_NAME$iNum:$pv_name-ATT\")" >> $fPath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment