PlotWindow.SavePlotData 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 nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

PlotWindow.SavePlotData(String saveAsType, String filename)

None

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.

PlotWindow.SavePlotData(Variable saveAsType, String filename)

None

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.

 

 

See also

PlotWindow Object

PlotWindow Guide