Hardcopy – Teledyne LeCroy WaveRunner Automation Command User Manual
Page 107

Automation Command and Query Reference Manual - Control Reference
HARDCOPY
app.HardCopy
This set of variables controls the transfer of information about the screen display to destinations such as such as disc
files, internal memories, printers and remote computers.
Destination
Enum
Sets/Queries the destination for hard copy.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the destination for hard copy to e-mail.
app.Hardcopy.Destination = "EMail"
Example
Values
Clipboard
Send to clipboard for pasting into other applications
Send image in an E-Mail
File
Store image in a file
Printer
Print to a local, or networked printer
Remote
Special case used for remote printing, not usually used
EMailMessage
String
Any number of characters
Range
Sets/Queries the e-mail message.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Create the e-mail message - "Results for run 89".
app.Hardcopy.EMailMessage = "Results for run 89"
Example
Destination
Enum
EMailMessage
String
GridAreaOnly
Bool
HardcopyArea
Enum
Orientation
Enum
PreferredFilename
String
Action
PrintLogo
Bool
SelectedPrinter
Enum
StripChart
Bool
StripChartFactor
Enum
UseColor
Enum
1-99
918500 RevA