Teledyne LeCroy WaveRunner Automation Command User Manual
Page 109

Automation Command and Query Reference Manual - Control Reference
PreferredFilename
String
Any number of characters
Range
Sets/Queries the preferred file name to use for hard copy.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the preferred filename to PrintFile.
app.Hardcopy.PreferredFilename = "PrintFile"
Example
Action
Initiates a hard copy.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Initiate a hard copy.
app.Hardcopy.Print
Example
PrintLogo
Bool
Control whether the LeCroy logo will be superimposed on hardcopies.
Description
SelectedPrinter
Enum
Sets/Queries the selection of the printer for hard copy. Note that whitespace and punctuation are
removed from the string.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Select BarbondaleTintJet as the printer for hardcopy
app.Hardcopy.SelectedPrinter = "BarbondaleTintJet"
Example
Values
StripChart
Bool
Sets/Queries the status of strip chart mode of printing. Valid only when emitting to the internal printer.
Description
1-101
918500 RevA