Chapter three, Control reference – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 112

Chapter Three
Control Reference
Initiates a hard copy.
Action
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Initiate a hard copy.
app.Hardcopy.Print
Example
Description
PrintLogo
Bool
Defines the color scheme to be used when printing.
UseColor
Enum
Description
Values
BW
Optimized for black and white printers
Use print colors (white background)
Std
As presented on DSO display
Sets/Queries the preferred file name to use for hard copy.
PreferredFilename
Any number of characters
String
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the preferred filename to PrintFile.
app.Hardcopy.PreferredFilename = "PrintFile"
Range
Example
Description
PreferredFilename
String
Action
PrintLogo
Bool
SelectedPrinter
Enum
StripChart
Bool
StripChartFactor
Enum
UseColor
Enum
916435 RevA
3-45