Remove extra makesctcontroller from Agilent
This commit is contained in:
@ -4,6 +4,5 @@ driver agilent_33220A = {
|
|||||||
class = environment
|
class = environment
|
||||||
simulation_group = environment_simulation
|
simulation_group = environment_simulation
|
||||||
code mkDriver = {%%
|
code mkDriver = {%%
|
||||||
makesctcontroller $name $ip $port
|
|
||||||
%%}
|
%%}
|
||||||
}
|
}
|
||||||
|
@ -42,7 +42,6 @@ proc ::scobj::agilent_33220A::mkDriver { sct_controller name } {
|
|||||||
hsetprop ${scobj_hpath} data true
|
hsetprop ${scobj_hpath} data true
|
||||||
hsetprop ${scobj_hpath} debug_threshold 5
|
hsetprop ${scobj_hpath} debug_threshold 5
|
||||||
# mkDriver hook code starts
|
# mkDriver hook code starts
|
||||||
makesctcontroller $name $ip $port
|
|
||||||
# mkDriver hook code ends
|
# mkDriver hook code ends
|
||||||
} catch_message ]
|
} catch_message ]
|
||||||
handle_exception ${catch_status} ${catch_message}
|
handle_exception ${catch_status} ${catch_message}
|
||||||
|
Reference in New Issue
Block a user