
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++:
Comentarios a estos manuales