forked from M-Labs/artiq
gui: add console description
This commit is contained in:
parent
5979f85c1c
commit
9fe65769f2
|
@ -2,6 +2,8 @@ from pyqtgraph import console, dockarea
|
||||||
|
|
||||||
|
|
||||||
_help = """
|
_help = """
|
||||||
|
This is an interactive Python console.
|
||||||
|
|
||||||
The following functions are available:
|
The following functions are available:
|
||||||
get_parameter(key)
|
get_parameter(key)
|
||||||
set_parameter(key, value) [asynchronous update]
|
set_parameter(key, value) [asynchronous update]
|
||||||
|
|
Loading…
Reference in New Issue