ps2000 Programmers guide update or errata?

Post your C and C++ discussions here
Post Reply
User avatar
KennyM
Active User
Active User
Posts: 19
Joined: Mon Sep 15, 2008 5:51 pm

ps2000 Programmers guide update or errata?

Post by KennyM »

The current PS2000 Programmers guide lists the built-in waveform generators possible waveforms as:
PS2000_SINE
PS2000_SQUARE
PS2000_TRIANGLE
PS2000_RAMP_UP
PS2000_RAMP_DOWN
PS2000_DC_VOLTAGE

However the latest driver's header file lists them as:
PS2000_SINE,
PS2000_SQUARE,
PS2000_TRIANGLE,
PS2000_RAMPUP,
PS2000_RAMPDOWN,
PS2000_DC_VOLTAGE,
PS2000_GAUSSIAN,
PS2000_SINC,
PS2000_HALF_SINE

While it is not difficult to figure out what the new values do (and they do work) there is some discrepancy between the documentation and the header files. What other changes might there be?

Is there a newer version of the programmers guide available, or an errata?
-Kenny M.

Hitesh

Re: ps2000 Programmers guide update or errata?

Post by Hitesh »

Hi KennyM,

Looks like the Programmer's Guide requires an update so the Technical Publications team will be notified.

Many thanks,

Post Reply