Skip to content

Commit 2b23634

Browse files
Merge pull request #430 from ISISComputingGroup/Ticket2011_rename_keithley
Rename KEIT -> KHLY
2 parents cbc35b9 + f47244f commit 2b23634

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

base/uk.ac.stfc.isis.ibex.devicescreens/src/uk/ac/stfc/isis/ibex/devicescreens/components/ComponentType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

base/uk.ac.stfc.isis.ibex.opis/resources/Keithley2400/CustomInput.opi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

base/uk.ac.stfc.isis.ibex.opis/resources/Keithley2400/Keithley2400.opi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

base/uk.ac.stfc.isis.ibex.opis/resources/Keithley2400/OutputMode.opi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

base/uk.ac.stfc.isis.ibex.opis/resources/Keithley2400/ResistanceMode.opi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

base/uk.ac.stfc.isis.ibex.opis/resources/opi_info.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,13 @@
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>
@@ -634,4 +634,4 @@
634634
</value>
635635
</entry>
636636
</opis>
637-
</descriptions>
637+
</descriptions>

base/uk.ac.stfc.isis.ibex.ui.devicescreens/src/uk/ac/stfc/isis/ibex/ui/devicescreens/ComponentIcons.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)