Range and Trigger Autosetting function in MATLAB

Post your MATLAB discussions here
Post Reply
User avatar
marcoazpurua
Newbie
Posts: 0
Joined: Fri Jun 26, 2015 2:10 pm
Location: Barcelona

Range and Trigger Autosetting function in MATLAB

Post by marcoazpurua »

I was wondering if there was a MATLAB implementation of a function for autosetting the range and the trigger level of picoscopes 5000 series. This would be very useful for us, MATLAB users, because all examples and information provided by the user guide (unless I have skipped something…) assume the user knows beforehand the right setting of those parameters.

Hope to hear from you soon.
Marco A. Azpúrua
Grup de Compatibilitat Electromagnètica (GCEM)
DEE Universitat Politècnica de Catalunya
Campus Nord. Edifici C4. Jordi Girona 1-3. 08034 Barcelona Spain
marco.azpurua@upc.edu - www.upc.edu/web/gcem

Hitesh

Re: Range and Trigger Autosetting function in MATLAB

Post by Hitesh »

Hi marcoazpurua,

If your signal is repetitive, you can use the overflow parameter when retrieving data values in order to see if there has been a vertical overflow.

You would then have to try different voltage ranges until a vertical overflow is no longer indicated.

The other option is to use one of the higher voltage ranges.

Regards,

User avatar
marcoazpurua
Newbie
Posts: 0
Joined: Fri Jun 26, 2015 2:10 pm
Location: Barcelona

Re: Range and Trigger Autosetting function in MATLAB

Post by marcoazpurua »

Yes, that's what i thought.

I implemented it and worked just fine.

Thanks.
Marco A. Azpúrua
Grup de Compatibilitat Electromagnètica (GCEM)
DEE Universitat Politècnica de Catalunya
Campus Nord. Edifici C4. Jordi Girona 1-3. 08034 Barcelona Spain
marco.azpurua@upc.edu - www.upc.edu/web/gcem

Post Reply