Teledyne-lecroy WaveSurfer Automation Command Uživatelský manuál Strana 90

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 226
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 89
1 2 ... 85 86 87 88 89 90 91 92 93 94 95 ... 225 226

Komentáře k této Příručce

Žádné komentáře