Files
sics/site_ansto/instrument/config/environment/magneticField/green_magnet_labview.sct
2014-08-19 11:27:43 +10:00

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
}
}