Teledyne-lecroy WaveSurfer Automation Command Manual do Utilizador Página 90

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 226
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 89
1 2 ... 85 86 87 88 89 90 91 92 93 94 95 ... 225 226

Comentários a estes Manuais

Sem comentários