Jump to content
  • 0

Waveform SDK Documentation and Source inconsistency


alpanth

Question

Hello, I think I found an inconsistency in the Documentation and the source code.

The Documentation says: (https://digilent.com/reference/software/waveforms/waveforms-sdk/reference-manual#trigger)

Quote

FDwfAnalogInTriggerAutoTimeoutInfo(HDWF hdwf, double *psecMin, double *psecMax, int *pnSteps)

The source code (dwf.h) says:

Quote

DWFAPI int FDwfAnalogInTriggerAutoTimeoutInfo(HDWF hdwf, double *psecMin, double *psecMax, double *pnSteps);

 

Same also found for the method "FDwfAnalogInTriggerLevelInfo".

 

I was not sure if this is the right place to post this, please let me know otherwise.

I guess its a typo in the Manual since nSteps in other functions are also double.

Best regards, Alex

Edited by alpanth
another method found
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...