Files
sics/site_ansto/instrument/config/environment/mvp_valve.sct

13 lines
341 B
Plaintext

# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
driver mvp_valve = {
protocol = hamilton
wrapper_property nosctcontroller = True
class = environment
simulation_group = environment_simulation
add_args = 'id datype'
make_args = 'id datype'
code mkWrapper = {%%
add_mvp $name $ip_address $tcp_port a
%%}
}