file table write

Allows you to write a plot out as a table.

Format:

 
file table write
plot_name =
existing plot
file_name =
string
format =
string

Example:

 
file table write &
write plot_name =
plot_1 &
file_name =
"c:\mydir\desktop\table" &
format =
html

Description:

 
Parameter
Value Type
Description
plot_name
Existing Plot
Specifies the name of the plot from which the curves are to be extracted as the source for the table's data.
file_name
String
Specifies the name of the file in which to store the table. If blank, uses the name of the plot.
format
String
Specifies the format of the table (HTML or spreadsheet)

Extended Definition:

1. HTML is the default. If you specify spreadsheet, then the command is the same as the file spreadsheet write command except that it takes its data from a plot curve.