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

A match condition in a trigger configuration. More...

Public Member Functions

Channel channel ()
 Channel this condition matches on. More...
 
TriggerMatchType type ()
 Type of match. More...
 
float value ()
 Threshold value. More...
 

Detailed Description

A match condition in a trigger configuration.

Member Function Documentation

Channel org.sigrok.core.classes.TriggerMatch.channel ( )

Channel this condition matches on.

TriggerMatchType org.sigrok.core.classes.TriggerMatch.type ( )

Type of match.

float org.sigrok.core.classes.TriggerMatch.value ( )

Threshold value.