Search found 7 matches

by jwallace91
Wed Apr 17, 2024 6:17 am
Forum: General Software Discussions
Topic: Pulse width triggering using V2 advanced trigger functions
Replies: 7
Views: 3718

Re: Pulse width triggering using V2 advanced trigger functions

I came across this post https://www.picotech.com/support/topic42186.html Where it seems to imply the following settings for a pulse width trigger: V2 trigger settings TriggerChannelPropertiesV2: , Threshold Mode = Level, ThresholdUpper = somemeaninguflvalue, ThresholdLower = 0 TriggerChannelConditio...
by jwallace91
Thu Feb 22, 2024 10:27 am
Forum: General Software Discussions
Topic: Pulse width triggering using V2 advanced trigger functions
Replies: 7
Views: 3718

Re: Pulse width triggering using V2 advanced trigger functions

I have modified the section at line 88 so that the direction for A and B are now NONE # Set channel A & B direction to none as checking for pulse width only ChannelDirectionA = ps.PS5000A_DIRECTION( ps.PS5000A_CHANNEL["PS5000A_CHANNEL_A"], ps.PS5000A_THRESHOLD_DIRECTION["PS5000A_NONE"], ps.PS5000A_T...
by jwallace91
Fri Feb 16, 2024 4:46 pm
Forum: General Software Discussions
Topic: Pulse width triggering using V2 advanced trigger functions
Replies: 7
Views: 3718

Re: Pulse width triggering using V2 advanced trigger functions

Thank you very much for the responses. I've attached the psdata of the waveform I am trying to trigger on. Martyn, I have attempted to implement your guidance for a simple pulse trigger, but it still looks like it auto triggers randomly. Here's what I've tried to implement: Channel Properties: Chann...
by jwallace91
Thu Feb 15, 2024 10:29 pm
Forum: General Software Discussions
Topic: Pulse width triggering using V2 advanced trigger functions
Replies: 7
Views: 3718

Re: Pulse width triggering using V2 advanced trigger functions

Below (and attached) is my initial attempt at triggering on a positive going pulse on channel A that is at least 1.296uS long with a 1V triggering threshold (based on the 5000ABlockAdvancedTriggerExample). When I test this, it just appears to auto trigger randomly. I have included comments to illust...
by jwallace91
Fri Feb 09, 2024 2:44 pm
Forum: General Software Discussions
Topic: Pulse width triggering using V2 advanced trigger functions
Replies: 7
Views: 3718

Pulse width triggering using V2 advanced trigger functions

I am having some difficulty understanding how exactly to implement pulse width triggering using the V2 advanced functions. I'd like to implement the following trigger on a P5242D (using the python wrapper): Trigger mode: Normal Type: Pulse width Source: A Pre-trigger: 25% Threshold: 2V Hysterisis: 1...
by jwallace91
Fri Feb 19, 2021 10:01 am
Forum: USB PC Oscilloscopes
Topic: Using a PicoScope 5000 with a LAN interface
Replies: 4
Views: 10627

Re: Using a PicoScope 5000 with a LAN interface

Thanks! I'll look into this. Will report back any findings.
by jwallace91
Wed Feb 17, 2021 3:50 pm
Forum: USB PC Oscilloscopes
Topic: Using a PicoScope 5000 with a LAN interface
Replies: 4
Views: 10627

Using a PicoScope 5000 with a LAN interface

I'd like to be able to communicate with a PicoScope 5000 over a LAN connection, Like this: PicoScope 5000 series -> USB-to-Ethernet adaptor -> network -> Laptop Is this possible? I've not used the PicoScope software before, will it be able to connect to a scope that is coming into the PC via a netwo...