PlotWindow.SavePlotData(Variable, String) Method

Top 

Description

Saves the data of the plot to file. Note that this only works with FF.exe if the --windowed-output-mode switch is used. When exporting to OpenDocument format the date will be truncated and will always use the format MM/DD/YYYY.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

PlotWindow.SavePlotData(

Variable saveAsType,


String filename)

 

 

Arguments

saveAsType


Description:

The numeric value representing the save as type.

Valid Values:

Value

Label

1

Text File, *.txt

2

XML File, *.xml

3

HTML Table, *.htm

4

Excel 2008 File, *.xlsx

5

OpenDocument Spreadsheet, *.ods

 

 

 

filename


Description:

The file to which the plot data will be saved.

 

 

 

Syntax

myPlotWindow1.SavePlotData(myVariable1, myString1);

 

 

See also

PlotWindow Object

PlotWindow.SavePlotData

PlotWindow Guide