comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Widget driven analysis
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Widget driven analysis [message #81865] Thu, 01 November 2012 05:47 Go to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
sid writes:

> I have a widget driven analysis routines, with the code that I am running. The problem is I am able to plot the results of the code with the help of the widget. But unable to see the result as text file.
> Could anyone please help me in getting the result as text file.

This usually works:

OpenR, 1, 'textfile.txt
PrintF, 1, results
Close, 1

What have you been trying?

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thue. ("Perhaps thos speakest truth.")
Re: Widget driven analysis [message #81994 is a reply to message #81865] Fri, 02 November 2012 02:34 Go to previous message
gunvicsin11 is currently offline  gunvicsin11
Messages: 93
Registered: November 2012
Member
On Thursday, November 1, 2012 6:17:59 PM UTC+5:30, David Fanning wrote:
> sid writes:
>
>
>
>> I have a widget driven analysis routines, with the code that I am running. The problem is I am able to plot the results of the code with the help of the widget. But unable to see the result as text file.
>
>> Could anyone please help me in getting the result as text file.
>
>
>
> This usually works:
>
>
>
> OpenR, 1, 'textfile.txt
>
> PrintF, 1, results
>
> Close, 1
>
>
>
> What have you been trying?
>
>
>
> Cheers,
>
>
>
> David
>
>
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
>
> Sepore ma de ni thue. ("Perhaps thos speakest truth.")

Hello sir,
The output files are saved in xdr format, so I couldnt open using the openr command. Because I dont know anything about the file.
Please let me know how to open the file.
thanking you
sid
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Reading Analog input from IDL
Next Topic: Widget driven analysis

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:56:59 PDT 2025

Total time taken to generate the page: 0.00595 seconds