Change SCT wrappers to use ip_address and tcp_port

This commit is contained in:
Douglas Clowes
2014-08-19 11:27:43 +10:00
parent 04a87e5ff2
commit 6f5892f07d
3 changed files with 9 additions and 5 deletions

View File

@@ -1,8 +1,11 @@
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
driver agilent_33220A = {
wrapper_property nosctcontroller = True
protocol = std
class = environment
simulation_group = environment_simulation
code mkWrapper = {%%
${ns}::sics_log 9 "makesctcontroller sct_${name} std ${ip_address}:${tcp_port}"
makesctcontroller sct_${name} std ${ip_address}:${tcp_port}
%%}
}