Wrapper template which configures bruker via sics_config.ini

This commit is contained in:
Ferdi Franceschini
2014-10-17 09:01:25 +11:00
parent 2afcb043c3
commit f1397cc1f9

View File

@ -0,0 +1,11 @@
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
driver bruker = {
protocol = astvelsel
class = environment
simulation_group = environment_simulation
add_args = 'id datype {tol 0.1}'
make_args = 'id datype tol'
code mkWrapper = {%%
add_bruker_BEC1 $name $ip_address $tcp_port $tol
%%}
}