13 lines
376 B
Plaintext
13 lines
376 B
Plaintext
# 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 $id $datype
|
|
%%}
|
|
}
|