Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 114
![background image](/manuals/353447/114/background.png)
Chapter Three
Control Reference
Sets/Queries the selection of the printer for hard copy. Note that whitespace and punctuation are
removed from the string.
SelectedPrinter
Enum
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Select BarbondaleTintJet as the printer for hardcopy
app.Hardcopy.SelectedPrinter = "BarbondaleTintJet"
Example
Description
Values
Sets/Queries the area of the screen to be included in a hard copy.
HardcopyArea
Enum
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Select the DSO screen area for hard copy.
app.Hardcopy.HardCopyArea = "DSOWindow"
Example
Description
Values
DSOWindow
Include only the DSO window
FullScreen
Include the full display screen
GridAreaOnly
Include the grid area only (doesn't include menus)
Sets/Queries whether hard copy is of grid area only.
GridAreaOnly
Bool
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Read the status of Grid Area Only.
GridArea = app.Hardcopy.GridAreaOnly
Example
Description
Sets/Queries the status of strip chart mode of printing. Valid only when emitting to the internal printer.
StripChart
Bool
Description
916435 RevA
3-47