Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
anywave
Documentation-116
Wiki
Py_change_sig_prop
Py_change_sig_prop
· Changes
Page history
Update Py_change_sig_prop
authored
Aug 26, 2025
by
Bruno Colombet
Hide whitespace changes
Inline
Side-by-side
Py_change_sig_prop.md
View page @
5f8ec7e0
...
...
@@ -6,7 +6,7 @@ anywave.init(sys.argv)
# change the color of channel A1
cfg
=
dict
()
cfg
[
'labels'
]
=
[
'A1]
cfg
[
'labels'
]
=
[
'A1
'
]
cfg
[
'color'
]
=
'#008800'
# green
anywave
.
change_sig_prop
(
cfg
)
...
...