Search found 2 matches

by alfrei
Mon Apr 03, 2017 5:06 am
Forum: General Software Discussions
Topic: Getting the displayed aquisition time of Picoscope 6
Replies: 1
Views: 2871

Getting the displayed aquisition time of Picoscope 6

Hello together I use python for data analyses. The conversion of the measured files is psata -> mat. The command line version for converting psdata files into matlab format, looks like shown below p = subprocess.Popen(['picoscope', '/c', path_file_dest, '/f', 'mat', '/q /b 1'], stdout=subprocess.PIP...
by alfrei
Fri Mar 31, 2017 8:08 am
Forum: General Software Discussions
Topic: Getting data aquisition time of the psdata file
Replies: 1
Views: 2686

Getting data aquisition time of the psdata file

Hello together I use python for data analyse. The conversion of the measured files is psata -> mat. The comand line version for converting psdata files into matlab format, looks like shown below p = subprocess.Popen(['picoscope', '/c', path_file_dest, '/f', 'mat', '/q /b 1'], stdout=subprocess.PIPE)...