Search found 2 matches

by rileyle
Thu Jun 24, 2021 12:50 am
Forum: General Software Discussions
Topic: Advanced trigger on two channels via Python wrappers
Replies: 1
Views: 6272

Re: Advanced trigger on two channels via Python wrappers

Posting my own solution -- of possible use to others. Multiple properties and directions packed in arrays (passed by reference) are OR'ed. The trigger conditions require multiple calls to OR them. channelA = ps.PS5000A_CHANNEL["PS5000A_CHANNEL_A"] channelB = ps.PS5000A_CHANNEL["PS5000A_CHANNEL_B"] d...
by rileyle
Sun Jun 20, 2021 12:03 am
Forum: General Software Discussions
Topic: Advanced trigger on two channels via Python wrappers
Replies: 1
Views: 6272

Advanced trigger on two channels via Python wrappers

I would like to acquire data in rapid block mode with an advanced trigger consisting of a logical OR of simple rising level-based triggers on channel A and B. As I understand the API documentation, I should configure my triggers with calls to the ps5000aSetTriggerChannelPropertiesV2(), ps5000aSetTri...