helllo pico:
i bought one pico3206D from HONGKE in China http://www.hkaco.com/
I need to set a advanced trigger with two channels,channel A is below to -1000mv and channel B below 1000mv.
i use the github matlab driver and pico3000-api for matlab
Since don't have the advanced trigger example for ps3000,I tried the ps5000 advtrigger example using the code as below
% Set Advanced trigger
status.advTrigStatus = invoke(ps3000aDeviceObj, 'setAdvancedTrigger', channelProperties,triggerConditions, triggerDirections, triggerDelay, autoTrigMs);
and I get the error is :
Error using icdevice/invoke (line 54)
The function setAdvancedTrigger is not supported by this device object.
This method is supported by the trigger channel object.
Does the 3206D have the setAdvancedTrigger function,and how to set two channels with ADD function ?