Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Paul Frost
  2. 3 hours ago
  3. Edited
  4.  
  5. The requirement is for the internal test to work in the same way as the PS4000A device.
  6.  
  7. For Pirate & PiBow the command set is passed in the third parameter (void *success) of ps4000aInternalTests - this is testInfo paramater of the InternalTests function. For Typhoon this needs to work the same.
  8.  
  9. Joe Bridges
  10. 2 minutes ago
  11.  
  12. After talking to Mark Spencer we decided that the probe interaction test really should have its own internal Api function as it was like trying to fit a square block through a circle hole reusing the InternalTests function. This certainly will help with clarity in the future.
  13.  
  14. The new Api function is as shown below:
  15.  
  16. PREF0 PREF1 PICO_STATUS PREF2 PREF3(ps6000aProbeInteractionTests)
  17. (
  18. int16_t handle,
  19. uint8_t * packet
  20. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement