|
libiio
|
Public Member Functions | |
| def | __init__ (self, ctx, arguments) |
| def | write (self) |
Public Attributes | |
| buffer | |
| device | |
| arguments | |
Class for writing samples to the device.
| def iio_writedev.DataWriter.__init__ | ( | self, | |
| ctx, | |||
| arguments | |||
| ) |
Class constructor.
Args:
ctx: type=iio.Context
Current context.
arguments: type=Arguments
Contains the input arguments.
| def iio_writedev.DataWriter.write | ( | self | ) |
Push data into the buffer.
1.8.13