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

A hardware driver provided by the library. More...

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

Public Member Functions

def scan_options (self)
 Scan options supported by this driver. More...
 
- 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...
 

Static Public Attributes

tuple name
 
tuple long_name
 

Detailed Description

A hardware driver provided by the library.

Member Function Documentation

def sigrok.core.classes.Driver.scan_options (   self)

Scan options supported by this driver.


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