Impact Acquire SDK Java
|
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 ) | |
Valid trigger modes for frame grabber boards.
|
static |
Trigger on falling edge of an external signal.
|
static |
Trigger valid as long as the level of the source signal is high.
|
static |
Trigger valid as long as the level of the source signal is low.
|
static |
Trigger off.
|
static |
Trigger on.
|
static |
Request simulates trigger.
|
static |
Timer is used to simulate trigger.
|
static |
Trigger on rising edge of an external signal.
|
static |
Line scan mode: Acquisition starts with falling edge and stops with rising edge of trigger ( mvTITAN/mvGAMMA-CL only )
|
static |
Line scan mode: Acquisition starts with rising edge and stops with falling edge of trigger ( mvTITAN/mvGAMMA-CL only )