Hello,
I have to handle 2 PS6403 synchonised with an external clock connected to the aux input. I find no example that describes the use of the PS6000SetExternalClock function. I have created a VI using the call library function node (not inculed in the labview.llb), but I get the error message : PICO_INVALID_PARAMETER. The parameters I give to the call library function dialog box lead to the function prototype :
int32_t _ps6000SetExternalClock@12(int16_t handle, int32_t frequency, int16_t threshold);
with I guess :
frequency = 0 => PS6000_FREQUENCY_OFF
frequency = 1 => PS6000_FREQUENCY_5MHZ
frequency = 2 => PS6000_FREQUENCY_10MHZ
frequency = 3 => PS6000_FREQUENCY_20MHZ
frequency = 4 => PS6000_FREQUENCY_25MHZ
Is that right?
Thanks for your help
Best regards
Cart

