Trigger
Members
- class iio.Trigger(ctx, _device)
Contains the representation of an IIO device that can act as a trigger.
- find_channel(name_or_id, is_output=False)
Find a IIO channel by its name or ID.
- Parameters:
name_or_id – type=str The name or ID of the channel to find
is_output – type=bool Set to True to search for an output channel
- returns: type=iio.Device or type=iio.Trigger
The IIO Device