Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-frelon
Commits
978d79a4
Commit
978d79a4
authored
Jun 06, 2013
by
Alejandro Homs Puron
Browse files
* Allow previous, independent specification of SPS array names (Tango LimaCCDs)
parent
e375b7ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/FrelonAcq.py
View file @
978d79a4
...
...
@@ -545,7 +545,11 @@ class FrelonAcq:
@
DEB_MEMBER_FUNCT
def
setLiveDisplay
(
self
,
livedisplay_act
):
deb
.
Param
(
'Setting live display active: %s'
%
livedisplay_act
)
self
.
m_ct_display
.
setNames
(
'_ccd_ds_'
,
'frelon_live'
)
if
livedisplay_act
:
try
:
self
.
m_ct_display
.
setNames
(
'_ccd_ds_'
,
'frelon_live'
)
except
:
pass
self
.
m_ct_display
.
setActive
(
livedisplay_act
)
@
DEB_MEMBER_FUNCT
...
...
Write
Preview
Supports
Markdown
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