Description
Saves an image of the plot with the dimensions of 800x600 to file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.
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
Arguments
saveAsType
|
|
Description:
|
The numeric value representing the save as type.
|
Valid Values:
|
Value
|
Label
|
1
|
Bitmap (BMP) Format, *.bmp
|
2
|
Graphics Interchange Format (GIF), *.gif
|
3
|
JPEG Format, *.jpeg
|
4
|
Portable Network Graphics (PNG) Format, *.png
|
5
|
Tagged Image File Format (TIFF), *.tif
|
6
|
Windows Enhanced Metafile (EMF) Format, *.emf
|
7
|
Windows MetaFile, *.wmf
|
8
|
Vector Markup Language (VML) Format, *.htm
|
9
|
Scalable Vector Graphic (SVG) Format, *.svg
|
10
|
Portable Document Format (PDF), *.pdf
|
11
|
Encapsulated PostScript Format, *.eps
|
12
|
Extensible Application Markup Language (XAML) Format, *.xaml
|
13
|
Adobe FLEX Format, *.mxml
|
14
|
HTML 5 Format, *.htm
|
15
|
JavaScript Chart Embedded into an HTML Canvas, *.html
|
|
filename
|
|
Description:
|
The file to which the plot image will be saved.
|
Syntax
myPlotWindow1.SavePlotImage(myVariable1, myString1);
|
See also
PlotWindow Object
PlotWindow.SavePlotImage
PlotWindow Guide
|