Picoscope 5444D Python Example

Post general discussions on using our drivers to write your own software here
Post Reply
Continental_Germany
Newbie
Posts: 0
Joined: Mon Jul 11, 2022 9:48 am

Picoscope 5444D Python Example

Post by Continental_Germany »

Hi Pico Community

We use the Picoscope 5444D in our test HIL (Hardware in the Loop) stands und need a code example for measuring CAN-BUS Signals.

Can anyone recommenda a sample Python code file with this requirement?

1. Funktion A Trigger (Rising / Falling Edge Programmable)
2. Readout Delay to Channel B
3. Readout Level voltage of channel B at Trigger Time
4. Set Timebase
5. Set Voltage Resolution
6. Return Value [Time_A-B, Volt_B]

Here we try to measure delay parameter between Channels A and B

bennog
Advanced User
Advanced User
Posts: 208
Joined: Mon Nov 26, 2012 9:16 am
Location: Netherlands

Re: Picoscope 5444D Python Example

Post by bennog »

The decoding of CAN signal is not in the SDK

Time measurement should be no problem.

Example code see below.
https://github.com/picotech/picosdk-python-wrappers

Benno

Continental_Germany
Newbie
Posts: 0
Joined: Mon Jul 11, 2022 9:48 am

Re: Picoscope 5444D Python Example

Post by Continental_Germany »

bennog wrote:
Mon Jul 11, 2022 12:45 pm
The decoding of CAN signal is not in the SDK

Time measurement should be no problem.

Example code see below.
https://github.com/picotech/picosdk-python-wrappers

Benno
Thanks Benno :) Which code example is better for me? Sorry for the late reply

Post Reply