Digilent WaveForms User Manual

Page 73

Advertising
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 73 of 85


FDwfDigitalOutWaitSet
(HDWF hdwf,

double

secWait)

Parameters:
- hdwf – Interface handle.

- secWait – Wait length to set expressed in seconds.

The function above is used to set the wait length.


FDwfDigitalOutWaitGet
(HDWF hdwf,

double

*psecWait)

Parameters:

- hdwf – Interface handle.

- psecWait – Pointer to variable to receive the wait length.

The function above is used to get the current wait length.


FDwfDigitalOutRepeatInfo
(HDWF hdwf,

unsigned

int

*pnMin,

unsigned

int

*pnMax)

Parameters:

- hdwf – Interface handle.

- pnMin – Variable to receive the supported minimum repeat count.

- pnMax – Variable to receive the supported maximum repeat count.

The function above is used to return the supported repeat count range. This is how many times the generated
signal will be repeated. Zero value represents infinite repeats. Default value is one.


FDwfDigitalOutRepeatSet
(HDWF hdwf,

unsigned

int

cRepeat)

Parameters:

- hdwf – Interface handle.

- cRepeat – Repeat count to set.

The function above is used to set the repeat count.


FDwfDigitalOutRepeatGet
(HDWF hdwf,

unsigned

int

*pcRepeat)

Parameters:

- hdwf – Interface handle.

- pcRepeat – Pointer to variable to receive the repeat count.

The function above is used to read the current repeat count.

Advertising