12 lines
392 B
Plaintext
12 lines
392 B
Plaintext
# 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}
|
|
%%}
|
|
}
|