Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango-dev-mapper
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
tango-dev-mapper
Commits
f6035752
Commit
f6035752
authored
1 year ago
by
Claudio Scafuri
Browse files
Options
Downloads
Patches
Plain Diff
python3
parent
31aee7c8
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/fixevents.py
+2
-2
2 additions, 2 deletions
utils/fixevents.py
with
2 additions
and
2 deletions
utils/fixevents.py
+
2
−
2
View file @
f6035752
...
...
@@ -7,10 +7,10 @@ dev = DeviceProxy('sr/devmapper/3hc')
attlist
=
dev
.
get_attribute_list
()
for
att
in
attlist
:
print
att
print
(
att
)
attconf
=
dev
.
get_attribute_config
(
att
)
attconf
.
events
.
arch_event
.
archive_abs_change
=
'
0.2
'
attconf
.
events
.
arch_event
.
archive_period
=
'
60000
'
dev
.
set_attribute_config
(
attconf
)
#
dev.poll_attribute(att,3000)
dev
.
poll_attribute
(
att
,
3000
)
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment