Files
sics/site_ansto/instrument/config/environment/temperature/west4100.sct
2014-08-19 11:27:43 +10:00

13 lines
361 B
Plaintext

# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
driver west4100 = {
protocol = std
class = environment
simulation_group = environment_simulation
wrapper_property nosctcontroller = True
add_args = 'dev_id'
make_args = 'dev_id'
code mkWrapper = {%%
::environment::temperature::mkwest400 ${name} ${ip_address} ${dev_id}
%%}
}