Impact Acquire SDK Java
TDeviceTriggerMode Class Reference

Valid trigger modes for frame grabber boards. More...

Static Public Attributes

static final int dtmFallingEdge = acquireJNI.dtmFallingEdge_get()
 Trigger on falling edge of an external signal.
 
static final int dtmLevelHigh = acquireJNI.dtmLevelHigh_get()
 Trigger valid as long as the level of the source signal is high.
 
static final int dtmLevelLow = acquireJNI.dtmLevelLow_get()
 Trigger valid as long as the level of the source signal is low.
 
static final int dtmOff = acquireJNI.dtmOff_get()
 Trigger off.
 
static final int dtmOn = acquireJNI.dtmOn_get()
 Trigger on.
 
static final int dtmOnDemand = acquireJNI.dtmOnDemand_get()
 Request simulates trigger.
 
static final int dtmPeriodically = acquireJNI.dtmPeriodically_get()
 Timer is used to simulate trigger.
 
static final int dtmRisingEdge = acquireJNI.dtmRisingEdge_get()
 Trigger on rising edge of an external signal.
 
static final int dtmStartFallingStopRising = acquireJNI.dtmStartFallingStopRising_get()
 Line scan mode: Acquisition starts with falling edge and stops with rising edge of trigger ( mvTITAN/mvGAMMA-CL only )
 
static final int dtmStartRisingStopFalling = acquireJNI.dtmStartRisingStopFalling_get()
 Line scan mode: Acquisition starts with rising edge and stops with falling edge of trigger ( mvTITAN/mvGAMMA-CL only )
 

Detailed Description

Valid trigger modes for frame grabber boards.

Member Data Documentation

◆ dtmFallingEdge

final int dtmFallingEdge = acquireJNI.dtmFallingEdge_get()
static

Trigger on falling edge of an external signal.

◆ dtmLevelHigh

final int dtmLevelHigh = acquireJNI.dtmLevelHigh_get()
static

Trigger valid as long as the level of the source signal is high.

◆ dtmLevelLow

final int dtmLevelLow = acquireJNI.dtmLevelLow_get()
static

Trigger valid as long as the level of the source signal is low.

◆ dtmOff

final int dtmOff = acquireJNI.dtmOff_get()
static

Trigger off.

◆ dtmOn

final int dtmOn = acquireJNI.dtmOn_get()
static

Trigger on.

◆ dtmOnDemand

final int dtmOnDemand = acquireJNI.dtmOnDemand_get()
static

Request simulates trigger.

◆ dtmPeriodically

final int dtmPeriodically = acquireJNI.dtmPeriodically_get()
static

Timer is used to simulate trigger.

◆ dtmRisingEdge

final int dtmRisingEdge = acquireJNI.dtmRisingEdge_get()
static

Trigger on rising edge of an external signal.

◆ dtmStartFallingStopRising

final int dtmStartFallingStopRising = acquireJNI.dtmStartFallingStopRising_get()
static

Line scan mode: Acquisition starts with falling edge and stops with rising edge of trigger ( mvTITAN/mvGAMMA-CL only )

◆ dtmStartRisingStopFalling

final int dtmStartRisingStopFalling = acquireJNI.dtmStartRisingStopFalling_get()
static

Line scan mode: Acquisition starts with rising edge and stops with falling edge of trigger ( mvTITAN/mvGAMMA-CL only )