beautypg.com

Teledyne LeCroy WaveSurfer Automation Command User Manual

Page 90

background image

Automation Command and Query Reference Manual - Control Reference

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

EMail

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

Directory

FileName

Any number of characters

Range

Sets/Queries the directory for hard copy to a file.

Description

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Set the directory for hard copy to files as "D:\HC"
app.Hardcopy.Directory = "D:\HC"

Example

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

UseColor

Enum

1-83

918499 RevA