Intro and question

Come here to introduce yourself, who you are, and what you do
Post Reply
Engine_Angel
Newbie
Posts: 0
Joined: Tue Mar 18, 2014 6:23 pm

Intro and question

Post by Engine_Angel »

Hello,

I am working with SenX sensors, using a Pico scope to convert the analog signals to digital, and also using the software to convert the .psdata files to .CSV files for further processing.

I am calling the process in a batch file with a trigger and would like to know if there is a way to provide a parameter that automatically overwrites a file if one already exists with the same name?

Thanks!

Karunen
Advanced User
Advanced User
Posts: 194
Joined: Thu Nov 21, 2013 9:22 am

Re: Intro and question

Post by Karunen »

Hi,

The conversion can be done by using the code snippet below

Code: Select all

 PicoScope /c C:\Temp\source.psdata /f csv /q /b all
the /q means that the conversion is done in quite mode,
so it will automatically overwrite a file if it already exist.

Thanks,
Karunen

Technical Specialist
Pico Technology

Post Reply