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

A trigger configuration. More...

Public Member Functions

String name ()
 Name of this trigger configuration. More...
 
TriggerStageVector stages ()
 List of the stages in this trigger. More...
 
TriggerStage add_stage ()
 Add a new stage to this trigger. More...
 

Detailed Description

A trigger configuration.

Member Function Documentation

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

Name of this trigger configuration.

TriggerStageVector org.sigrok.core.classes.Trigger.stages ( )

List of the stages in this trigger.

TriggerStage org.sigrok.core.classes.Trigger.add_stage ( )

Add a new stage to this trigger.