From f1397cc1f9702c91525867bb4b775d70f96d4de1 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Fri, 17 Oct 2014 09:01:25 +1100 Subject: [PATCH] Wrapper template which configures bruker via sics_config.ini --- .../config/environment/magneticField/bruker.sct | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 site_ansto/instrument/config/environment/magneticField/bruker.sct diff --git a/site_ansto/instrument/config/environment/magneticField/bruker.sct b/site_ansto/instrument/config/environment/magneticField/bruker.sct new file mode 100644 index 00000000..c1daa165 --- /dev/null +++ b/site_ansto/instrument/config/environment/magneticField/bruker.sct @@ -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 + %%} +}