Impact Acquire SDK Java
TPulseStartTrigger Class Reference

Defines valid pulse start trigger values. More...

Static Public Attributes

static final int pstDigitalSignal = acquireJNI.pstDigitalSignal_get()
 Changes on one or more digital inputs will trigger the output of the pulse or pulse sequence.
 
static final int pstPeriodically = acquireJNI.pstPeriodically_get()
 The output of a pulse or pulse sequence will be done periodically.
 
static final int pstRotaryDecoder = acquireJNI.pstRotaryDecoder_get()
 The output of a rotary decoder will trigger the output of the pulse or pulse sequence.
 

Detailed Description

Defines valid pulse start trigger values.

Member Data Documentation

◆ pstDigitalSignal

final int pstDigitalSignal = acquireJNI.pstDigitalSignal_get()
static

Changes on one or more digital inputs will trigger the output of the pulse or pulse sequence.

◆ pstPeriodically

final int pstPeriodically = acquireJNI.pstPeriodically_get()
static

The output of a pulse or pulse sequence will be done periodically.

◆ pstRotaryDecoder

final int pstRotaryDecoder = acquireJNI.pstRotaryDecoder_get()
static

The output of a rotary decoder will trigger the output of the pulse or pulse sequence.