![]() |
pysigrok
0.4.0
Python bindings for libsigrok
|
An input instance (an input format applied to a file or stream) More...
Inherits sigrok.core.classes._object.
Public Member Functions | |
def | send (self, data, length) |
Send next stream data. More... | |
def | end (self) |
Signal end of input data. More... | |
An input instance (an input format applied to a file or stream)
def sigrok.core.classes.Input.send | ( | self, | |
data, | |||
length | |||
) |
Send next stream data.
length | Length of data. |
data | Next stream data. |
def sigrok.core.classes.Input.end | ( | self | ) |
Signal end of input data.