Added sct wrapper to load legacy sct_oxford_labview.tcl driver.
This commit is contained in:
@@ -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
|
||||
}]
|
||||
%%}
|
||||
}
|
||||
Reference in New Issue
Block a user