User manual

Automation Command and Query Reference Manual - Control Reference
GridAreaOnly
Bool
Sets/Queries whether hard copy is of grid area only.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Read the status of Grid Area Only.
GridArea = app.Hardcopy.GridAreaOnly
Example
HardcopyArea
Enum
Sets/Queries the area of the screen to be included in a hard copy.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Select the DSO screen area for hard copy.
app.Hardcopy.HardCopyArea = "DSOWindow"
Example
Values
DSOWindow
Include only the DSO window
FullScreen
Include the full display screen
GridAreaOnly
Include the grid area only (doesn't include menus)
ImageFileFormat
Enum
Sets/Queries the file format for hard copy data.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Select the format PNG for a file of hard copy data.
app.Hardcopy.Destination = "File"
app.Hardcopy.ImageFileFormat = "PNG"
Example
Values
BMP
Windows Bitmap
BMPCOMP
8-bit Windows Bitmap
JPEG
JPEG - JFIF Compliant
PNG
Portable Network Graphics
PSD
Adobe Photoshop 3.0
TIFF
Tagged Image File Format
1-84
918499 RevA