pysigrok  0.4.0
Python bindings for libsigrok
Static Public Attributes | List of all members
sigrok.core.classes.PacketType Class Reference

Type of datafeed packet. More...

+ Inheritance diagram for sigrok.core.classes.PacketType:

Static Public Attributes

 HEADER
 
 END
 End of stream (no further data). More...
 
 META
 Payload is struct. More...
 
 TRIGGER
 The trigger matched at this point in the data feed. More...
 
 LOGIC
 Payload is struct. More...
 
 ANALOG_OLD
 DEPRECATED! Use SR_DF_ANALOG instead. More...
 
 FRAME_BEGIN
 Beginning of frame. More...
 
 FRAME_END
 End of frame. More...
 
 ANALOG
 Payload is struct. More...
 
tuple id
 
tuple name
 
- Static Public Attributes inherited from sigrok.core.classes.EnumValuePacketType
tuple get
 

Additional Inherited Members

- Public Member Functions inherited from sigrok.core.classes.EnumValuePacketType
def id (self)
 The integer constant associated with this value. More...
 
def name (self)
 The name associated with this value. More...
 

Detailed Description

Type of datafeed packet.

Member Data Documentation

sigrok.core.classes.PacketType.END
static

End of stream (no further data).

sigrok.core.classes.PacketType.META
static

Payload is struct.

sigrok.core.classes.PacketType.TRIGGER
static

The trigger matched at this point in the data feed.

sigrok.core.classes.PacketType.LOGIC
static

Payload is struct.

sigrok.core.classes.PacketType.ANALOG_OLD
static

DEPRECATED! Use SR_DF_ANALOG instead.

sigrok.core.classes.PacketType.FRAME_BEGIN
static

Beginning of frame.

sigrok.core.classes.PacketType.FRAME_END
static

End of frame.

sigrok.core.classes.PacketType.ANALOG
static

Payload is struct.


The documentation for this class was generated from the following file: