
AutomationAPIforTeledyneLeCroySAS/SATAProtocolSuite 87
SASRecOptionsObject
TeledyneLeCroy
IRecOptions::Load
HRESULT Load (
[in] BSTR ro_file_name );
Loadsrecordingoptionsfromthespecifiedfile.
Parameters
ro_file_name Stringthatprovidesthefullpathnametotherecordingoptionsfile
ReturnValue
ANALYZERCOMERROR_UNABLEOPENFILE Unabletoopenfile
Remarks
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName,
InstrRev(WScript.ScriptFullName, "\"))
Set Analyzer =
WScript.CreateObject("LeCroy.SASAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.Load( CurrentDir & "Input\rec_options.sac" )
C++:
Comentarios a estos manuales