Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anywave
Documentation
Wiki
Py_change_sig_prop
Py_change_sig_prop
· Changes
Page history
Update Py_change_sig_prop
authored
Aug 26, 2025
by
Bruno Colombet
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Py_change_sig_prop.md
Py_change_sig_prop.md
+1
-1
No files found.
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
)
...
...