13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
|
|
driver lakeshore_m370 = {
|
|
protocol = std
|
|
sobj_priv_type = 'user float'
|
|
class = environment
|
|
simulation_group = environment_simulation
|
|
add_args = 'tol'
|
|
make_args = 'tol'
|
|
code mkDriver = {%%
|
|
mk_sct_driver $sct_controller environment $name $tol
|
|
%%}
|
|
}
|