Impact Acquire SDK Java
TDeviceTriggerInterface Class Reference

Defines which trigger interface is currently active for the device. More...

Static Public Attributes

static final int dtiAdvanced = acquireJNI.dtiAdvanced_get()
 The advanced view on the trigger interface.
 
static final int dtiStandard = acquireJNI.dtiStandard_get()
 The standard trigger interface.
 

Detailed Description

Defines which trigger interface is currently active for the device.

A device might offer different views on the properties that can be used to configure trigger signals and events.

Member Data Documentation

◆ dtiAdvanced

final int dtiAdvanced = acquireJNI.dtiAdvanced_get()
static

The advanced view on the trigger interface.

When this view on the interface is selected, all features offered by the device regarding the creation of trigger events will be visible. So more complex configurations are possible but more knowledge about the hardware is required as well.

◆ dtiStandard

final int dtiStandard = acquireJNI.dtiStandard_get()
static

The standard trigger interface.

When this trigger interface is used, the configuration of an external trigger signal can be done very easy. However more complex scenarios might not be possible using this view on the trigger configuration.