Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadSpecialModules
Commits
849d341f
Commit
849d341f
authored
Apr 08, 2015
by
Cristina Cocho
Browse files
Modif in D22 special modules
parent
bce58deb
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/controllers/lss/d22special/gui/count_with_spectro/count_with_spectro.properties
View file @
849d341f
count_with_spectro.integration_timePrefix
=
Integration time
count_with_spectro.integration_timeSuffix
=
s
count_with_spectro.numSpectro
=
Num. Spectros
count_with_spectro.countTime
=
Count t
ime
count_with_spectro.countTime
=
T
ime
#Group
count_with_spectro.countGroup
=
Count
count_with_spectro.spectroGroup
=
Spectro
# Radio buttons h/m/s
count_with_spectro.hValue
=
h
...
...
src/controllers/lss/d22special/gui/count_with_spectro/count_with_spectroPlugin.xml
View file @
849d341f
<controller_plugin_config
type=
"count_with_spectro"
>
<image
key=
"
SPECTRO
"
/>
<image
key=
"
COUNT
"
/>
<settings
view=
"count_with_spectroView.xml"
/>
</controller_plugin_config>
\ No newline at end of file
src/controllers/lss/d22special/gui/count_with_spectro/count_with_spectroView.xml
View file @
849d341f
<plugin>
<controller
type=
"count_with_spectro"
role=
"count_with_spectro1"
/>
<group
title=
"count_with_spectro.countGroup"
>
<text
role=
"count_with_spectro1"
property=
"count_time"
prefix=
"count_with_spectro.countTime"
/>
<radio
role=
"count_with_spectro1"
property=
"time_type"
valuesAndLabels=
"count_with_spectro.h,count_with_spectro.m,count_with_spectro.s"
spaceBefore=
"false"
/>
</group>
<newline
/>
<group
title=
"count_with_spectro.spectroGroup"
>
<text
role=
"count_with_spectro1"
property=
"integration_time"
prefix=
"count_with_spectro.integration_timePrefix"
suffix=
"count_with_spectro.integration_timeSuffix"
/>
<text
role=
"count_with_spectro1"
property=
"num_spectro"
prefix=
"count_with_spectro.numSpectro"
/>
</group>
</plugin>
\ No newline at end of file
src/controllers/lss/d22special/gui/d22_sample_sequencer/d22_sample_sequencer.properties
View file @
849d341f
...
...
@@ -2,7 +2,8 @@ d22_sample_sequencer.changer_numberPrefix=Changer #
d22_sample_sequencer.wanted_slotLabel
=
Wanted number of positions
d22_sample_sequencer.maxSlotLabel
=
Max Slots
d22_sample_sequencer.totalTimeLabel
=
Total Time
d22_sample_sequencer.integration_time
=
Integration Time
d22_sample_sequencer.integration_time
=
Time
d22_sample_sequencer.integration_timeSuffix
=
~mus
d22_sample_sequencer.scan_average
=
Scans to average
# Groups
...
...
src/controllers/lss/d22special/gui/d22_sample_sequencer/d22_sample_sequencerView.xml
View file @
849d341f
...
...
@@ -15,7 +15,7 @@
<text
role=
"d22_sample_sequencer1"
prefix=
"d22_sample_sequencer.wanted_slotLabel"
property=
"wanted_slot"
/>
</group>
<group
title=
"d22_sample_sequencer.spectroGroup"
>
<text
role=
"d22_sample_sequencer1"
prefix=
"d22_sample_sequencer.integration_time"
property=
"integration_time"
/>
<text
role=
"d22_sample_sequencer1"
prefix=
"d22_sample_sequencer.integration_time"
property=
"integration_time"
suffix=
"d22_sample_sequencer.integration_timeSuffix"
/>
<text
role=
"d22_sample_sequencer1"
prefix=
"d22_sample_sequencer.scan_average"
property=
"scan_average"
/>
</group>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment