Skip to content

Commit d2a0285

Browse files
committed
fixup! adi: axi_aion_trig: Add IIO device interface with dynamic trigger channel properties
adi: axi_aion_trig: Minor formatting Signed-off-by: Jorge Marques <some@email.com>
1 parent 8f5d621 commit d2a0285

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

adi/axi_aion_trig.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@
1111
class axi_aion_trig(context_manager, attribute):
1212
"""axi_aion_trig IIO Device Interface
1313
14-
This class provides an interface to the 'axi_aion_trig' IIO device, allowing control and monitoring
15-
of its voltage channels and associated attributes.
14+
This class provides an interface to the 'axi_aion_trig' IIO device, allowing
15+
control and monitoring of its voltage channels and associated attributes.
1616
1717
Parameters
1818
----------
1919
uri : str, optional
2020
URI of the IIO context to connect to. Defaults to an empty string.
2121
2222
Attributes (per voltage channel)
23-
-------------------------------
24-
For each voltage channel (e.g., voltage0, voltage1, ...), the following properties are dynamically created:
23+
--------------------------------
24+
For each voltage channel (e.g., voltage0, voltage1, ...), the following
25+
properties are dynamically created:
2526
2627
- trig{N}_en : bool
2728
Enable or disable the trigger for channel N.

0 commit comments

Comments
 (0)