20 lines
398 B
Plaintext
20 lines
398 B
Plaintext
# 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 ${ip_address}
|
|
PORT ${tcp_port}
|
|
tuning 1
|
|
interval 3
|
|
}
|
|
@END
|
|
}
|
|
}
|