Added sct wrapper to load legacy sct_oxford_labview.tcl driver.

This commit is contained in:
Ferdi Franceschini
2014-08-08 09:19:11 +10:00
parent bd4dfdee79
commit 944902c9d4
11 changed files with 209 additions and 118 deletions

View File

@@ -0,0 +1,16 @@
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
driver oxford12tlv = {
protocol = std
class = environment
simulation_group = environment_simulation
add_args = 'id datype interval'
make_args = 'id datype interval'
code mkDriver = {%%
::scobj::magnetic::mkMagnetic [subst {
NAME $name
SCTCONTROLLER $sct_controller
TUNING 1
INTERVAL $interval
}]
%%}
}