Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadSpecialModules
Commits
9d3f8648
Commit
9d3f8648
authored
Jul 06, 2016
by
yannick legoc
Browse files
renamed in16 into dielectrics for the remotedielectrics module (renamed)
parent
cdf4e4ca
Changes
25
Hide whitespace changes
Inline
Side-by-side
src/controllers/remotedielectrics/gui/dielectrics_run_single_frequency/dielectrics_run_single_frequency.properties
0 → 100644
View file @
9d3f8648
dielectrics_run_single_frequency.frPrefix
=
Freq.
dielectrics_run_single_frequency.timePrefix
=
Time
dielectrics_run_single_frequency.commentPrefix
=
Comment
dielectrics_run_single_frequency.razPrefix
=
Stop application
\ No newline at end of file
src/controllers/remotedielectrics/gui/dielectrics_run_single_frequency/dielectrics_run_single_frequencyCommandView.xml
0 → 100644
View file @
9d3f8648
<plugin>
<controller
type=
"dielectrics_run_single_frequency"
role=
"dielectrics_run_single_frequency1"
/>
<number_of_lines
nb_lines=
"2"
/>
<composite>
<simple_label
prefix=
"dielectrics_run_single_frequency.frPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_single_frequency1"
property=
"fr"
/>
<simple_label
prefix=
"dielectrics_run_single_frequency.timePrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_single_frequency1"
property=
"time"
/>
<newLine/>
<simple_label
prefix=
"dielectrics_run_single_frequency.commentPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_single_frequency1"
property=
"comment"
/>
</composite>
</plugin>
src/controllers/remotedielectrics/gui/dielectrics_run_single_frequency/dielectrics_run_single_frequencyPlugin.xml
0 → 100644
View file @
9d3f8648
<controller_plugin_config
type=
"dielectrics_run_single_frequency"
>
<image
key=
"FREQGEN_CTRL"
/>
<settings
view=
"dielectrics_run_single_frequencyView.xml"
/>
<command
view=
"dielectrics_run_single_frequencyCommandView.xml"
/>
</controller_plugin_config>
src/controllers/remotedielectrics/gui/dielectrics_run_single_frequency/dielectrics_run_single_frequencyProperties.xml
0 → 100644
View file @
9d3f8648
<?xml version="1.0" encoding="ISO-8859-1" ?>
<controller
type=
"dielectrics_run_single_frequency"
>
<property
name=
"comment"
type=
"string"
max_length=
"60"
>
</property>
<property
name=
"fr"
type=
"float64"
max_length=
"10"
>
<scientific_format
nb_decimal_places=
"3"
/>
</property>
</controller>
src/controllers/remotedielectrics/gui/dielectrics_run_single_frequency/dielectrics_run_single_frequencyView.xml
0 → 100644
View file @
9d3f8648
<plugin>
<controller
type=
"dielectrics_run_single_frequency"
role=
"dielectrics_run_single_frequency1"
/>
<simple_label
prefix=
"dielectrics_run_single_frequency.frPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_single_frequency1"
property=
"fr"
/>
<simple_label
prefix=
"dielectrics_run_single_frequency.timePrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_single_frequency1"
property=
"time"
/>
<newLine/>
<simple_label
prefix=
"dielectrics_run_single_frequency.commentPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_single_frequency1"
property=
"comment"
/>
<newLine/>
<button
role=
"dielectrics_run_single_frequency1"
command=
"raz"
prefix=
"dielectrics_run_single_frequency.razPrefix"
/>
</plugin>
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums/dielectrics_run_spectrums.properties
0 → 100644
View file @
9d3f8648
dielectrics_run_spectrums.frMinPrefix
=
Freq. Min
dielectrics_run_spectrums.frMaxPrefix
=
Freq. Max
dielectrics_run_spectrums.nMaxPrefix
=
N Max
dielectrics_run_spectrums.commentPrefix
=
Comment
dielectrics_run_spectrums.razPrefix
=
Stop application
\ No newline at end of file
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums/dielectrics_run_spectrumsCommandView.xml
0 → 100644
View file @
9d3f8648
<plugin>
<controller
type=
"dielectrics_run_spectrums"
role=
"dielectrics_run_spectrums1"
/>
<number_of_lines
nb_lines=
"2"
/>
<composite>
<simple_label
prefix=
"dielectrics_run_spectrums.frMinPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums1"
property=
"frMin"
/>
<simple_label
prefix=
"dielectrics_run_spectrums.frMaxPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums1"
property=
"frMax"
/>
<simple_label
prefix=
"dielectrics_run_spectrums.nMaxPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums1"
property=
"nMax"
/>
<newLine/>
<simple_label
prefix=
"dielectrics_run_spectrums.commentPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums1"
property=
"comment"
/>
</composite>
</plugin>
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums/dielectrics_run_spectrumsPlugin.xml
0 → 100644
View file @
9d3f8648
<controller_plugin_config
type=
"dielectrics_run_spectrums"
>
<image
key=
"FREQGEN_CTRL"
/>
<settings
view=
"dielectrics_run_spectrumsView.xml"
/>
<command
view=
"dielectrics_run_spectrumsCommandView.xml"
/>
</controller_plugin_config>
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums/dielectrics_run_spectrumsProperties.xml
0 → 100644
View file @
9d3f8648
<?xml version="1.0" encoding="ISO-8859-1" ?>
<controller
type=
"dielectrics_run_spectrums"
>
<property
name=
"comment"
type=
"string"
max_length=
"60"
>
</property>
<property
name=
"frMin"
type=
"float64"
max_length=
"10"
>
<scientific_format
nb_decimal_places=
"3"
/>
</property>
<property
name=
"frMax"
type=
"float64"
max_length=
"10"
>
<scientific_format
nb_decimal_places=
"3"
/>
</property>
</controller>
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums/dielectrics_run_spectrumsView.xml
0 → 100644
View file @
9d3f8648
<plugin>
<controller
type=
"dielectrics_run_spectrums"
role=
"dielectrics_run_spectrums1"
/>
<simple_label
prefix=
"dielectrics_run_spectrums.frMinPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums1"
property=
"frMin"
/>
<simple_label
prefix=
"dielectrics_run_spectrums.frMaxPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums1"
property=
"frMax"
/>
<simple_label
prefix=
"dielectrics_run_spectrums.nMaxPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums1"
property=
"nMax"
/>
<newLine/>
<simple_label
prefix=
"dielectrics_run_spectrums.commentPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums1"
property=
"comment"
/>
<newLine/>
<button
role=
"dielectrics_run_spectrums1"
command=
"raz"
prefix=
"dielectrics_run_spectrums.razPrefix"
/>
</plugin>
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums_stop/dielectrics_run_spectrums_stop.properties
0 → 100644
View file @
9d3f8648
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums_stop/dielectrics_run_spectrums_stopCommandView.xml
0 → 100644
View file @
9d3f8648
<plugin>
<controller
type=
"dielectrics_run_spectrums_stop"
role=
"dielectrics_run_spectrums_stop1"
/>
<number_of_lines
nb_lines=
"1"
/>
</plugin>
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums_stop/dielectrics_run_spectrums_stopPlugin.xml
0 → 100644
View file @
9d3f8648
<controller_plugin_config
type=
"dielectrics_run_spectrums_stop"
>
<image
key=
"FREQGEN_CTRL"
/>
<settings
view=
"dielectrics_run_spectrums_stopView.xml"
/>
<command
view=
"dielectrics_run_spectrums_stopCommandView.xml"
/>
</controller_plugin_config>
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums_stop/dielectrics_run_spectrums_stopProperties.xml
0 → 100644
View file @
9d3f8648
<?xml version="1.0" encoding="ISO-8859-1" ?>
<controller
type=
"dielectrics_run_spectrums_stop"
>
</controller>
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums_stop/dielectrics_run_spectrums_stopView.xml
0 → 100644
View file @
9d3f8648
<plugin>
<controller
type=
"dielectrics_run_spectrums_stop"
role=
"dielectrics_run_spectrums_stop1"
/>
</plugin>
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums_test/dielectrics_run_spectrums_test.properties
0 → 100644
View file @
9d3f8648
dielectrics_run_spectrums_test.frMinPrefix
=
Freq. Min
dielectrics_run_spectrums_test.frMaxPrefix
=
Freq. Max
dielectrics_run_spectrums_test.nMaxPrefix
=
N Max
dielectrics_run_spectrums_test.commentPrefix
=
Comment
dielectrics_run_spectrums_test.razPrefix
=
Stop application
\ No newline at end of file
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums_test/dielectrics_run_spectrums_testCommandView.xml
0 → 100644
View file @
9d3f8648
<plugin>
<controller
type=
"dielectrics_run_spectrums_test"
role=
"dielectrics_run_spectrums_test1"
/>
<number_of_lines
nb_lines=
"2"
/>
<composite>
<simple_label
prefix=
"dielectrics_run_spectrums_test.frMinPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums_test1"
property=
"frMin"
/>
<simple_label
prefix=
"dielectrics_run_spectrums_test.frMaxPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums_test1"
property=
"frMax"
/>
<simple_label
prefix=
"dielectrics_run_spectrums_test.nMaxPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums_test1"
property=
"nMax"
/>
<newLine/>
<simple_label
prefix=
"dielectrics_run_spectrums_test.commentPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums_test1"
property=
"comment"
/>
</composite>
</plugin>
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums_test/dielectrics_run_spectrums_testPlugin.xml
0 → 100644
View file @
9d3f8648
<controller_plugin_config
type=
"dielectrics_run_spectrums_test"
>
<image
key=
"FREQGEN_CTRL"
/>
<settings
view=
"dielectrics_run_spectrums_testView.xml"
/>
<command
view=
"dielectrics_run_spectrums_testCommandView.xml"
/>
</controller_plugin_config>
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums_test/dielectrics_run_spectrums_testProperties.xml
0 → 100644
View file @
9d3f8648
<?xml version="1.0" encoding="ISO-8859-1" ?>
<controller
type=
"dielectrics_run_spectrums_test"
>
<property
name=
"comment"
type=
"string"
max_length=
"60"
>
</property>
<property
name=
"frMin"
type=
"float64"
max_length=
"10"
>
<scientific_format
nb_decimal_places=
"3"
/>
</property>
<property
name=
"frMax"
type=
"float64"
max_length=
"10"
>
<scientific_format
nb_decimal_places=
"3"
/>
</property>
</controller>
src/controllers/remotedielectrics/gui/dielectrics_run_spectrums_test/dielectrics_run_spectrums_testView.xml
0 → 100644
View file @
9d3f8648
<plugin>
<controller
type=
"dielectrics_run_spectrums_test"
role=
"dielectrics_run_spectrums_test1"
/>
<simple_label
prefix=
"dielectrics_run_spectrums_test.frMinPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums_test1"
property=
"frMin"
/>
<simple_label
prefix=
"dielectrics_run_spectrums_test.frMaxPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums_test1"
property=
"frMax"
/>
<simple_label
prefix=
"dielectrics_run_spectrums_test.nMaxPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums_test1"
property=
"nMax"
/>
<newLine/>
<simple_label
prefix=
"dielectrics_run_spectrums_test.commentPrefix"
font_size=
"9"
hAlignment=
"left"
/>
<text
role=
"dielectrics_run_spectrums_test1"
property=
"comment"
/>
<newLine/>
<button
role=
"dielectrics_run_spectrums_test1"
command=
"raz"
prefix=
"dielectrics_run_spectrums_test.razPrefix"
/>
</plugin>
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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