sigrok-java  0.4.0
Java bindings for libsigrok
Public Member Functions | List of all members
org.sigrok.core.classes.ChannelGroup Class Reference

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

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

Public Member Functions

String name ()
 Name of this channel group. More...
 
java.util.Vector< Channelchannels ()
 List of the channels in this group. More...
 
- Public Member Functions inherited from org.sigrok.core.classes.Configurable
ConfigSet config_keys ()
 Supported configuration keys. More...
 
Variant config_get (ConfigKey key)
 Read configuration for the given key. More...
 
void config_set (ConfigKey key, Variant value)
 Set configuration for the given key to a specified value. More...
 
SWIGTYPE_p_Glib__VariantContainerBase config_list (ConfigKey key)
 Enumerate available values for the given configuration key. More...
 
CapabilitySet config_capabilities (ConfigKey key)
 Enumerate configuration capabilities for the given configuration key. More...
 
boolean config_check (ConfigKey key, Capability capability)
 Check whether a configuration capability is supported for a given key. More...
 

Detailed Description

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

Member Function Documentation

String org.sigrok.core.classes.ChannelGroup.name ( )

Name of this channel group.

java.util.Vector<Channel> org.sigrok.core.classes.ChannelGroup.channels ( )

List of the channels in this group.