Trigger
- class iio.Trigger : iio.Device
iio.Trigger class: Contains the representation of an IIO device that can act as a trigger.
Public Functions
- void set_rate (ulong rate)
Configure a new frequency for this trigger.
- Throws IioLib.IIOException:
The new frequency could not be set.
- ulong get_rate ()
Get the currently configured frequency of this trigger.
- Throws IioLib.IIOException:
The configured frequency could not be obtained.
- new void set_trigger (Trigger trig)
Set Trigger.
- new Trigger get_trigger ()
Get trigger.