how to get the information from "help,/device" into memory [message #92069] |
Tue, 06 October 2015 08:33  |
andry
Messages: 7 Registered: March 2013
|
Junior Member |
|
|
Hi,
This may be a very simple question but I don't seem to find what is the command to get the information from "help,/device" into memory?
In need to use some of the information returned by that command.
Thanks in advance,
Andry
|
|
|
Re: how to get the information from "help,/device" into memory [message #92070 is a reply to message #92069] |
Tue, 06 October 2015 08:58  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
andry writes:
> his may be a very simple question but I don't seem to find what is the command to get the information from "help,/device" into memory?
>
> In need to use some of the information returned by that command.
Use the OUTPUT keyword to put the results into a variable.
Help, /Device, Output=myDeviceInfo
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|