Teledyne-lecroy WaveSurfer Automation Command Bedienungsanleitung Seite 90

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 226
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 89
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
Seitenansicht 89
1 2 ... 85 86 87 88 89 90 91 92 93 94 95 ... 225 226

Kommentare zu diesen Handbüchern

Keine Kommentare