Remove extra makesctcontroller from Agilent

This commit is contained in:
Douglas Clowes
2014-08-15 12:21:36 +10:00
parent 13003126a6
commit 8541f7cd90
2 changed files with 0 additions and 2 deletions

View File

@ -4,6 +4,5 @@ driver agilent_33220A = {
class = environment
simulation_group = environment_simulation
code mkDriver = {%%
makesctcontroller $name $ip $port
%%}
}

View File

@ -42,7 +42,6 @@ proc ::scobj::agilent_33220A::mkDriver { sct_controller name } {
hsetprop ${scobj_hpath} data true
hsetprop ${scobj_hpath} debug_threshold 5
# mkDriver hook code starts
makesctcontroller $name $ip $port
# mkDriver hook code ends
} catch_message ]
handle_exception ${catch_status} ${catch_message}