Setting the External Trigger Range

Post your C and C++ discussions here
Post Reply
spflanze
User
User
Posts: 4
Joined: Wed Jul 11, 2018 11:36 pm

Setting the External Trigger Range

Post by spflanze »

On page 99 of:
https://www.picotech.com/download/manua ... sGuide.pdf
I see for the function ps3000aSetSimpleTrigger() has a 16 bit threshold input argument. Over what input voltage range are these 16 bits fort he External Trigger?

For the function ps3000aSetChannel() on page 74 I do not see the External Trigger is a valid input for setting range.

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

Re: Setting the External Trigger Range

Post by Martyn »

The threshold range is fixed at ±5 V for the external trigger input.
Martyn
Technical Support Manager

spflanze
User
User
Posts: 4
Joined: Wed Jul 11, 2018 11:36 pm

Re: Setting the External Trigger Range

Post by spflanze »

Then for the External Trigger the appropriate range code is always 8.

But in PicoScope3000aSettings.vi the range code used to convert a voltage in float representation, to the ADC code, is always the same as set for A channel, regardless of which channel is selected for the trigger.

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

Re: Setting the External Trigger Range

Post by Martyn »

The vi is an example, based around using a trigger on Channel A, so I would suggest modifying it to suit your requirements.
Martyn
Technical Support Manager

Post Reply