Teledyne-lecroy SAS_SATA Automation API manual Manual do Utilizador Página 100

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 150
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 99
TeledyneLeCroy SASRecOptionsObject
94 AutomationAPIforTeledyneLeCroySAS/SATAProtocolSuite
IRecOptions::SetTraceFileName
HRESULT SetTraceFileName (
[in] BSTR file_name );
Setsthefilepathtowherethetracewillbestoredafterrecording.
Parameters
file_name Stringthatprovidesthefullfilepathnametowheretherecording
willbestored
ReturnValue
Remarks
Ifthespecifiedfiledoesnotexist,itwillbecreated.Ifitexists,itwillbeoverwritten.
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName,
InstrRev(WScript.ScriptFullName, "\"))
Set Analyzer =
WScript.CreateObject("LeCroy.SASAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
' Do the changes of recording options here.
RecOptions.Save( CurrentDir & "Input\trace.sas" )
C++:
Vista de página 99
1 2 ... 95 96 97 98 99 100 101 102 103 104 105 ... 149 150

Comentários a estes Manuais

Sem comentários