17 lines
414 B
Plaintext
17 lines
414 B
Plaintext
# 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
|
|
}]
|
|
%%}
|
|
}
|