Add a wrapper for the green magnet

This commit is contained in:
Douglas Clowes
2014-08-18 12:46:48 +10:00
parent 6f5f2b69cf
commit 273c26cc22

View File

@@ -0,0 +1,19 @@
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
driver green_magnet_labview = {
wrapper_property nosctcontroller = true;
protocol = std
class = environment
simulation_group = environment_simulation
code mkWrapper = {
@TCL
# TCL code
::scobj::green::mkGreen {
name "green_magnet"
IP 137.157.201.88
PORT 5001
tuning 1
interval 3
}
@END
}
}