Jump to content
  • 0

WaveForms SDK - Mistake in C# Sample


oeser

Question

While programming, I recognized that there is a difference between the WaveForms SDK Reference Manual and the dwf.cs file provided in the samples.

Lines 23 - 26 are:

    public const int devidADP3X50      = 6;
    public const int devidEclypse      = 6;
    public const int devidADP5250      = 6;
    public const int devidDPS3340      = 6;

I think they should be:

    public const int devidADP3X50      = 6;
    public const int devidEclypse      = 7; // Not mentioned in the reference manual
    public const int devidADP5250      = 8;
    public const int devidDPS3340      = 9;

According to reference manual section 3 "Device Enumeration".

Best regards

oeser

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