Owner manual

WaveForms™ SDK Reference Manual
Page 49 of 85
FDwfAnalogOutWaitGet(HDWF hdwf, int idxChannel, double *psecWait)
Parameters:
- hdwf Open interface handle on a device.
- idxChannel Channel index.
- psecWait Pointer to variable to receive the wait length.
The function above is used to get the current wait length for the channel on instrument.
FDwfAnalogOutRepeatInfo(HDWF hdwf, int idxChannel, int *pnMin, int *pnMax)
Parameters:
- hdwf Open interface handle on a device.
- idxChannel Channel index.
- 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 upon. Zero value represents infinite repeat. Default value is one.
FDwfAnalogOutRepeatSet(HDWF hdwf, int idxChannel, int cRepeat)
Parameters:
- hdwf Open interface handle on a device.
- idxChannel Channel index.
- cRepeat Repeat count to set.
The function above is used to set the repeat count.
FDwfAnalogOutRepeatGet(HDWF hdwf, int idxChannel, int *pcRepeat)
Parameters:
- hdwf Open interface handle on a device.
- idxChannel Channel index.
- pcRepeat Pointer to variable to receive the repeat count.
The function above is used to read the current repeat count.
FDwfAnalogOutRepeatStatus(HDWF hdwf, int idxChannel, int *pcRepeat)
Parameters:
- hdwf Open interface handle on a device.
- idxChannel Channel index.
- pcRepeat Pointer to variable to receive the remaining repeat counts.
The function above is used to read the remaining repeat counts. It only returns information from the last
FDwfAnalogOutStatus function call, it does not read from the device.