This page was created by the IDL library routine mk_html_help2.

Last modified: Tue Apr 3 11:50:06 2018.


Directory Listing of Routines


Routine Descriptions

CRIB_TPLOT2AP

[Next Routine] [List of Routines]
 PROCEDURE:
         crib_tplot2ap

 PURPOSE:
         Crib sheet showing how to send data to Autoplot

 NOTES:
         For this to work, you'll need to open Autoplot and enable the 'Server' feature via
         the 'Options' menu with the default port (12345)

 $LastChangedBy: egrimes $
 $LastChangedDate: 2018-01-12 08:46:29 -0800 (Fri, 12 Jan 2018) $
 $LastChangedRevision: 24514 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_00/general/spedas_tools/tplot2ap/crib_tplot2ap.pro $

(See general/spedas_tools/tplot2ap/crib_tplot2ap.pro)


TPLOT2AP

[Previous Routine] [List of Routines]

;+
 PROCEDURE:
         tplot2ap

 PURPOSE:
         Send tplot variables to Autoplot
         
 INPUT:
         tvars:  string or array of tplot variables to send to Autoplot
         
 KEYWORDS:
         port: Autoplot server port (default: 12345)
         connect_timeout: connection timeout time in seconds (default: 6s)
         read_timeout: read timeout time in seconds (default: 30s)
         local_data_dir: set the local data directory
         clear_cache: delete all temporary CDF files stored in the local data directory

 EXAMPLE:
         IDL> tplot2ap, 'tplot_variable'
         
 NOTES:
         For this to work, you'll need to open Autoplot and enable the 'Server' feature via
         the 'Options' menu with the default port (12345)
         
         This routine sends the tplot data to Autoplot via a CDF file stored in your 
         IDL working directory (so this creates a 'temporary' file every time you
         send data to Autoplot)

         On Windows, you'll have to allow Autoplot / SPEDAS to have access to the 
         local network via the Firewall (it should prompt automatically, simply 
         click 'Allow' for private networks)

 $LastChangedBy: egrimes $
 $LastChangedDate: 2018-03-07 14:53:36 -0800 (Wed, 07 Mar 2018) $
 $LastChangedRevision: 24848 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_3_00/general/spedas_tools/tplot2ap/tplot2ap.pro $

(See general/spedas_tools/tplot2ap/tplot2ap.pro)