From 8541f7cd902479c3f72caa9f08eb08889ad48ce4 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Fri, 15 Aug 2014 12:21:36 +1000 Subject: [PATCH] Remove extra makesctcontroller from Agilent --- site_ansto/instrument/config/environment/agilent_33220A.sct | 1 - site_ansto/instrument/config/environment/sct_agilent_33220A.tcl | 1 - 2 files changed, 2 deletions(-) diff --git a/site_ansto/instrument/config/environment/agilent_33220A.sct b/site_ansto/instrument/config/environment/agilent_33220A.sct index b731a821..6f8ba4e3 100644 --- a/site_ansto/instrument/config/environment/agilent_33220A.sct +++ b/site_ansto/instrument/config/environment/agilent_33220A.sct @@ -4,6 +4,5 @@ driver agilent_33220A = { class = environment simulation_group = environment_simulation code mkDriver = {%% - makesctcontroller $name $ip $port %%} } diff --git a/site_ansto/instrument/config/environment/sct_agilent_33220A.tcl b/site_ansto/instrument/config/environment/sct_agilent_33220A.tcl index 580bb24d..4cfaeac1 100644 --- a/site_ansto/instrument/config/environment/sct_agilent_33220A.tcl +++ b/site_ansto/instrument/config/environment/sct_agilent_33220A.tcl @@ -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}