Add a wrapper for the green magnet
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user