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 {
104
104
/** Pixelman camera. */
105
105
PIXELMAN ,
106
106
/** Keithley 2400 Source Meter. */
107
- KEIT2400 ;
107
+ KHLY2400 ;
108
108
109
109
private Target target ;
110
110
Original file line number Diff line number Diff line change 9
9
<height >170</height >
10
10
<macros >
11
11
<include_parent_macros >true</include_parent_macros >
12
- <PV_ROOT >$(P)$(KEIT2400 )</PV_ROOT >
12
+ <PV_ROOT >$(P)$(KHLY2400 )</PV_ROOT >
13
13
</macros >
14
14
<boy_version >3.1.4.201301231545</boy_version >
15
15
<show_edit_range >true</show_edit_range >
@@ -408,4 +408,4 @@ $(pv_value)</tooltip>
408
408
</font >
409
409
</widget >
410
410
</widget >
411
- </display >
411
+ </display >
Original file line number Diff line number Diff line change 9
9
<height >600</height >
10
10
<macros >
11
11
<include_parent_macros >true</include_parent_macros >
12
- <PV_ROOT >$(P)$(KEIT2400 )</PV_ROOT >
12
+ <PV_ROOT >$(P)$(KHLY2400 )</PV_ROOT >
13
13
</macros >
14
14
<boy_version >3.1.4.201301231545</boy_version >
15
15
<show_edit_range >true</show_edit_range >
@@ -441,4 +441,4 @@ from org.csstudio.opibuilder.scriptUtil import ConsoleUtil
441
441
</widget >
442
442
</widget >
443
443
</widget >
444
- </display >
444
+ </display >
Original file line number Diff line number Diff line change 9
9
<height >482</height >
10
10
<macros >
11
11
<include_parent_macros >true</include_parent_macros >
12
- <PV_ROOT >$(P)$(KEIT2400 )</PV_ROOT >
12
+ <PV_ROOT >$(P)$(KHLY2400 )</PV_ROOT >
13
13
</macros >
14
14
<boy_version >3.1.4.201301231545</boy_version >
15
15
<show_edit_range >true</show_edit_range >
@@ -709,4 +709,4 @@ $(pv_value)</tooltip>
709
709
</font >
710
710
</widget >
711
711
</widget >
712
- </display >
712
+ </display >
Original file line number Diff line number Diff line change 9
9
<height >480</height >
10
10
<macros >
11
11
<include_parent_macros >true</include_parent_macros >
12
- <PV_ROOT >$(P)$(KEIT2400 )</PV_ROOT >
12
+ <PV_ROOT >$(P)$(KHLY2400 )</PV_ROOT >
13
13
</macros >
14
14
<boy_version >3.1.4.201301231545</boy_version >
15
15
<show_edit_range >true</show_edit_range >
@@ -1489,4 +1489,4 @@ $(pv_value)</tooltip>
1489
1489
</font >
1490
1490
</widget >
1491
1491
</widget >
1492
- </display >
1492
+ </display >
Original file line number Diff line number Diff line change 188
188
<entry >
189
189
<key >Keithley 2400</key >
190
190
<value >
191
- <type >KEIT2400 </type >
191
+ <type >KHLY2400 </type >
192
192
<path >Keithley2400/Keithley2400.opi</path >
193
193
<description >The OPI for the Keithley 2400 Source Meter.</description >
194
194
<macros >
195
195
<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 >
198
198
</macro >
199
199
</macros >
200
200
</value >
634
634
</value >
635
635
</entry >
636
636
</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) {
123
123
return "detector_motion_system" ;
124
124
case PIXELMAN :
125
125
return "pixelman" ;
126
- case KEIT2400 :
126
+ case KHLY2400 :
127
127
return "keithley2400" ;
128
128
default :
129
129
return "cog" ;
You can’t perform that action at this time.
0 commit comments