AILDigitizerTriggerGrabSettings

Description

Represents trigger grab settings for digitizer.

Structure fields and default values (if defined) are described below:

Name Type Description
ContinuousEndTrigger atl::Optional<AILDigitizerGrabTriggerMode> Sets whether to automatically generate a trigger.
TriggerActivation atl::Optional<AILDigitizerGrabTriggerActivation> Sets the signal transition upon which to generate a grab trigger.
TriggerDelay atl::Optional<int> Sets the delay between the trigger and the grab in nanoseconds.
TriggerOverlap atl::Optional<AILDigitizerGrabTriggerMode> Sets how to deal with a new grab trigger that occurs when the current grab is in progress.
TriggerSource atl::Optional<AILDigitizerGrabTriggerSource> Sets the signal source of the grab trigger when there are multiple sources available.
TriggerState atl::Optional<AILDigitizerGrabTriggerMode> Sets whether, when a grab command is issued to wait for a trigger before grabbing.