functions not in ps5000api.h

Post your C and C++ discussions here
Post Reply
hiro
Newbie
Posts: 0
Joined: Mon Oct 28, 2013 7:43 am

functions not in ps5000api.h

Post by hiro »

Dear all,

I have started development with PS5000sdkr10_5_0_19.

Anyone knows in which header file ps5000IsReady() and ps5000SetSimpleTrigger() functions are defined.
These functions are implemented in PS5000.dll and explained in the programmer's manual
but they are not defined in ps5000api.h.

Thanks a lot!

Martyn
Site Admin
Site Admin
Posts: 4491
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: functions not in ps5000api.h

Post by Martyn »

For some reason they were deleted from ps5000api.h in the sdk release on the web, we have just built a new sdk which will appear on the web shortly. They are included here for referenece

Code: Select all

PREF0 PREF1 PICO_STATUS PREF2 PREF3 (ps5000SetSimpleTrigger)
	(
		short handle,
		short enable,
		PS5000_CHANNEL source,
		short threshold,
		THRESHOLD_DIRECTION direction,
		unsigned long delay,
		short autoTrigger_ms
	);

PREF0 PREF1 PICO_STATUS PREF2 PREF3 (ps5000IsReady)
	(
		short handle,
		short * ready
	);
Martyn
Technical Support Manager

Post Reply