Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DG_PY_FOFBTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DG
DS_DG_PyTango_Package
DG_PY_FOFBTool
Commits
a3f14732
Commit
a3f14732
authored
11 months ago
by
Samuel GARNIER
Browse files
Options
Downloads
Patches
Plain Diff
fixes typos
parent
c82f8378
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
DG_PY_FOFBTool.py
+3
-2
3 additions, 2 deletions
DG_PY_FOFBTool.py
with
3 additions
and
2 deletions
DG_PY_FOFBTool.py
+
3
−
2
View file @
a3f14732
...
@@ -22,6 +22,7 @@ from tango import AttrQuality, DispLevel, DevState
...
@@ -22,6 +22,7 @@ from tango import AttrQuality, DispLevel, DevState
from
tango
import
AttrWriteType
,
PipeWriteType
from
tango
import
AttrWriteType
,
PipeWriteType
# Additional import
# Additional import
#----- PROTECTED REGION ID(DG_PY_FOFBTool.additionnal_import) ENABLED START -----#
#----- PROTECTED REGION ID(DG_PY_FOFBTool.additionnal_import) ENABLED START -----#
import
threading
import
FofbTool
import
FofbTool
import
FofbTool.Operation
import
FofbTool.Operation
import
FofbTool.Configuration
import
FofbTool.Configuration
...
@@ -211,7 +212,7 @@ class DG_PY_FOFBTool(Device):
...
@@ -211,7 +212,7 @@ class DG_PY_FOFBTool(Device):
self
.
info_stream
(
"
FofbTool {}
"
.
format
(
FofbTool
.
__version__
))
self
.
info_stream
(
"
FofbTool {}
"
.
format
(
FofbTool
.
__version__
))
self
.
_logs
=
[
''
,]
*
logs
.
max_dim_x
self
.
_logs
=
[
''
,]
*
1024
logger
=
logging
.
getLogger
(
"
FofbTool
"
)
logger
=
logging
.
getLogger
(
"
FofbTool
"
)
la
=
ds_logappender
(
self
)
la
=
ds_logappender
(
self
)
...
@@ -270,7 +271,7 @@ class DG_PY_FOFBTool(Device):
...
@@ -270,7 +271,7 @@ class DG_PY_FOFBTool(Device):
def
read_logs
(
self
):
def
read_logs
(
self
):
# PROTECTED REGION ID(DG_PY_FOFBTool.logs_read) ENABLED START #
# PROTECTED REGION ID(DG_PY_FOFBTool.logs_read) ENABLED START #
"""
Return the logs attribute.
"""
"""
Return the logs attribute.
"""
return
_logs
return
self
.
_logs
# PROTECTED REGION END # // DG_PY_FOFBTool.logs_read
# PROTECTED REGION END # // DG_PY_FOFBTool.logs_read
# --------
# --------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment