12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
|
|
driver syringe_pump = {
|
|
protocol = syringe
|
|
class = environment
|
|
simulation_group = environment_simulation
|
|
add_args = 'id datype'
|
|
make_args = 'id datype'
|
|
code mkWrapper = {%%
|
|
::scobj::syr::mk_sct_syr $sct_controller environment $name
|
|
%%}
|
|
}
|