File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
uk.ac.stfc.isis.ibex.devicescreens/src/uk/ac/stfc/isis/ibex/devicescreens/components
uk.ac.stfc.isis.ibex.opis/resources
uk.ac.stfc.isis.ibex.ui.devicescreens/src/uk/ac/stfc/isis/ibex/ui/devicescreens Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public enum ComponentType {
104104 /** Pixelman camera. */
105105 PIXELMAN ,
106106 /** Keithley 2400 Source Meter. */
107- KEIT2400 ;
107+ KHLY2400 ;
108108
109109 private Target target ;
110110
Original file line number Diff line number Diff line change 99 <height >170</height >
1010 <macros >
1111 <include_parent_macros >true</include_parent_macros >
12- <PV_ROOT >$(P)$(KEIT2400 )</PV_ROOT >
12+ <PV_ROOT >$(P)$(KHLY2400 )</PV_ROOT >
1313 </macros >
1414 <boy_version >3.1.4.201301231545</boy_version >
1515 <show_edit_range >true</show_edit_range >
@@ -408,4 +408,4 @@ $(pv_value)</tooltip>
408408 </font >
409409 </widget >
410410 </widget >
411- </display >
411+ </display >
Original file line number Diff line number Diff line change 99 <height >600</height >
1010 <macros >
1111 <include_parent_macros >true</include_parent_macros >
12- <PV_ROOT >$(P)$(KEIT2400 )</PV_ROOT >
12+ <PV_ROOT >$(P)$(KHLY2400 )</PV_ROOT >
1313 </macros >
1414 <boy_version >3.1.4.201301231545</boy_version >
1515 <show_edit_range >true</show_edit_range >
@@ -441,4 +441,4 @@ from org.csstudio.opibuilder.scriptUtil import ConsoleUtil
441441 </widget >
442442 </widget >
443443 </widget >
444- </display >
444+ </display >
Original file line number Diff line number Diff line change 99 <height >482</height >
1010 <macros >
1111 <include_parent_macros >true</include_parent_macros >
12- <PV_ROOT >$(P)$(KEIT2400 )</PV_ROOT >
12+ <PV_ROOT >$(P)$(KHLY2400 )</PV_ROOT >
1313 </macros >
1414 <boy_version >3.1.4.201301231545</boy_version >
1515 <show_edit_range >true</show_edit_range >
@@ -709,4 +709,4 @@ $(pv_value)</tooltip>
709709 </font >
710710 </widget >
711711 </widget >
712- </display >
712+ </display >
Original file line number Diff line number Diff line change 99 <height >480</height >
1010 <macros >
1111 <include_parent_macros >true</include_parent_macros >
12- <PV_ROOT >$(P)$(KEIT2400 )</PV_ROOT >
12+ <PV_ROOT >$(P)$(KHLY2400 )</PV_ROOT >
1313 </macros >
1414 <boy_version >3.1.4.201301231545</boy_version >
1515 <show_edit_range >true</show_edit_range >
@@ -1489,4 +1489,4 @@ $(pv_value)</tooltip>
14891489 </font >
14901490 </widget >
14911491 </widget >
1492- </display >
1492+ </display >
Original file line number Diff line number Diff line change 188188 <entry >
189189 <key >Keithley 2400</key >
190190 <value >
191- <type >KEIT2400 </type >
191+ <type >KHLY2400 </type >
192192 <path >Keithley2400/Keithley2400.opi</path >
193193 <description >The OPI for the Keithley 2400 Source Meter.</description >
194194 <macros >
195195 <macro >
196- <name >KEIT2400 </name >
197- <description >The Keithley 2400 PV name (e.g. KEIT2400_01 ).</description >
196+ <name >KHLY2400 </name >
197+ <description >The Keithley 2400 PV name (e.g. KHLY2400_01 ).</description >
198198 </macro >
199199 </macros >
200200 </value >
634634 </value >
635635 </entry >
636636 </opis >
637- </descriptions >
637+ </descriptions >
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ private static String getIconNameForType(ComponentType componentType) {
123123 return "detector_motion_system" ;
124124 case PIXELMAN :
125125 return "pixelman" ;
126- case KEIT2400 :
126+ case KHLY2400 :
127127 return "keithley2400" ;
128128 default :
129129 return "cog" ;
You can’t perform that action at this time.
0 commit comments