Instructed bruker_BEC1 wrapper to not make a script context controller.

This commit is contained in:
Ferdi Franceschini
2014-12-01 14:30:05 +11:00
parent 7adec62e61
commit e64b7bf409
2 changed files with 7 additions and 55 deletions

View File

@@ -1,11 +1,12 @@
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
driver bruker = {
wrapper_property nosctcontroller = True
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
add_bruker_bec1 $name $ip_address $tcp_port $tol $id $datype
%%}
}