Skip to content

Commit 6054335

Browse files
committed
Remove example from __init__ docstring
1 parent f20f5e6 commit 6054335

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/dwfpy/__init__.py

-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
"""
22
`dwfpy` is a package for accessing Digilent WaveForms devices.
3-
4-
Example
5-
-------
6-
7-
import dwfpy as dwf
8-
9-
with dwf.Device() as device:
10-
print(f'Found device: {device.name} ({device.serial_number})')
11-
12-
# Generate sine wave
13-
device.analog_output[0].setup(function='sine', frequency=1000, amplitude=1.41, offset=1.41, configure=True)
14-
15-
Available subpackages
16-
---------------------
17-
bindings
18-
Provides access to the raw C bindings of the DWF API.
193
"""
204

215
#

0 commit comments

Comments
 (0)