Setting timebase using Python interface

Having problems ? let us know the details here
Post Reply
kfine100
Newbie
Posts: 1
Joined: Tue Jun 19, 2018 6:36 am

Setting timebase using Python interface

Post by kfine100 »

Hi

I am new to the PicoScope, and I am trying to understand how to setup the timebase using the Python interface. I am using a 4 channel 5444b scope. I understand there are different integer timebase numbers, and these set the sampling rate according number of channels and sampling interval desired. I am trying first to see what timebase I am in, calling the ps5000aGetTimebase function. I am not sure what Python function to call, but I have tried the

ps._get_timebase() where ps is my device object. I called it like this:

ps._get_timebase(ps._handle, 3, 1000, 20, 1000, 0)

and it gives me an access violation. I have tried looking at Python examples, but have not found relevant timebase calls. Could you point me in the right direction?

Thanks

Hitesh

Re: Setting timebase using Python interface

Post by Hitesh »

Hi kfine100,

We are in the process of improving our Python offerings (not yet available via our GitHub repository). We'll respond via your e-mail support ticket.

Regards,

Post Reply