Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-Launcher
Commits
ae61d958
Commit
ae61d958
authored
Feb 07, 2022
by
Samuel Debionne
Committed by
Alejandro Homs Puron
Mar 22, 2022
Browse files
Add sam_simulator config
parent
f6bee12b
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/lima_launcher/lima2_tango/id00/simulator_sam.json
0 → 100644
View file @
ae61d958
{
"executable"
:
"lima_launcher"
,
"server"
:
"lima2_simulator_sam"
,
"class"
:
"LimaLauncher"
,
"device"
:
"id00/limalauncher/lima2_simulator_sam"
,
"config"
:
{
"application"
:
"lima2_tango"
,
"lima2_tango"
:
{
"plugin"
:
"simulator"
,
"processing"
:
"legacy"
,
"instance"
:
"sam_simulator"
},
"environment"
:
{
"*"
:
{
"conda"
:
{
"base"
:
"/nobackup/lid29pwr9/debionne/miniconda3"
,
"environment"
:
"lima2"
}
}
}
}
}
scripts/lima_launcher
View file @
ae61d958
...
...
@@ -174,7 +174,7 @@ def lima2_get_executables(tango_config, args):
raise
ValueError
(
'Missing lima2_tango processing definition'
)
merged
=
f
'lima2_
{
plugin
}
_
{
proc
}
'
ctrl
=
f
'lima2_
{
plugin
}
_ctrl'
recv
=
f
'lima2_
{
plugin
}
_
recv_
{
proc
}
'
recv
=
f
'lima2_
{
plugin
}
_
{
proc
}
_recv
'
return
dict
(
merged
=
merged
,
ctrl
=
ctrl
,
recv
=
recv
)
...
...
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