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

A group of channels on a device, which share some configuration. More...

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

Static Public Attributes

tuple name
 

Properties

 channels
 

Additional Inherited Members

- Public Member Functions inherited from sigrok.core.classes.Configurable
def config_keys (self)
 Supported configuration keys. More...
 
def config_get (self, key)
 Read configuration for the given key. More...
 
def config_list (self, key)
 Enumerate available values for the given configuration key. More...
 
def config_capabilities (self, key)
 Enumerate configuration capabilities for the given configuration key. More...
 
def config_check (self, key, capability)
 Check whether a configuration capability is supported for a given key. More...
 
def config_set (self, args)
 Set configuration for the given key to a specified value. More...
 

Detailed Description

A group of channels on a device, which share some configuration.


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