beautypg.com

Digilent WaveForms User Manual

Page 26

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 26 of 85



FDwfAnalogInTriggerPositionGet
(HDWF hdwf,

double

*psecPosition)

Parameters:
-

hdwf – Interface handle.

-

psecPosition – Variable to receive the current trigger position.

The function above returns the configured trigger position in seconds.


FDwfAnalogInTriggerAutoTimeoutInfo
(
HDWF hdwf,

double

*psecMin,

double

*psecMax,

int

*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. The acquisition is auto triggered when the specified time elapses. With zero value the timeout is disabled,
performing “Normal” acquisitions.


FDwfAnalogInTriggerAutoTimeoutSet(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.

FDwfAnalogInTriggerAutoTimeoutGet(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.