Load .pssettings into c# application

Post your .Net discussions here
Post Reply
Jorne
Newbie
Posts: 0
Joined: Thu Feb 04, 2016 3:49 pm

Load .pssettings into c# application

Post by Jorne »

Hi,

Is it possible to load .pssettings which you have previously saved with the picoscope 6 software into your own written c# application?
So your c# application loads the right pico settings.

if possible do you have a sample code or an idea in which way I have to search for the solution?

i'm using a picoscope 4824.

Thanks in advance.

Hitesh

Re: Load .pssettings into c# application

Post by Hitesh »

Hi Jorne,

Unfortunately, it is not possible to load a .pssettings file into a C# application using the SDK as it is proprietary information.

I would suggest noting your settings and then mapping them to a configuration file (e.g. an xml file) that your application can load in.

Regards,

Anthony75france
User
User
Posts: 2
Joined: Mon Feb 08, 2016 8:43 am

Re: Load .pssettings into c# application

Post by Anthony75france »

Hi Jorne,

check this thread:
topic22281.html

to have different configurations, I am using different copies of the directory:
C:\Users\%USER%\AppData\Local\Pico Technology\64358d19-ef91-48bb-9ae0-3b4689d44d99

This might come handy.

Regards,

Post Reply