beautypg.com

Digilent WaveForms User Manual

Page 66

background image

WaveForms™ SDK Reference Manual

Copyright Digilent, Inc. All rights reserved.

Other product and company names mentioned may be trademarks of their respective owners.

Page 66 of 85


FDwfDigitalInTriggerPositionGet
(
HDWF hdwf,

unsigned

int

*pcSamplesAfterTrigger)

Parameters:
- hdwf – Interface handle.

- pcSamplesAfterTrigger – Pointer to variable to receive configured value

The function above is used to get the configured trigger position.


FDwfDigitalInTriggerAutoTimeoutInfo
(
HDWF hdwf,

double

*psecMin,

double

*psecMax,

double

*pnSteps)

Parameters:
-

hdwf – Interface handle.

-

psecMin – Variable to receive the minimum timeout.

-

psecMax – Variable to receive the maximum timeout.

-

pnSteps – Variable to return the number of steps.

The function above returns the minimum and maximum auto trigger timeout values, and the number of adjustable
steps.


FDwfDigitalInTriggerAutoTimeoutSet
(HDWF hdwf,

double

secTimeout)

Parameters:
-

hdwf – Interface handle.

-

secTimeout – Timeout to set.

The function above is used to configure the auto trigger timeout value in seconds.


FDwfDigitalInTriggerAutoTimeoutGet
(HDWF hdwf,

double

*psecTimeout)

Parameters:
-

hdwf – Interface handle.

-

psecTimeout – Variable to receive the current timeout.

The function above returns the configured auto trigger timeout value in seconds. The acquisition is auto triggered
when the specified time elapses. With zero value the timeout is disabled, performing “Normal” acquisitions.