Teledyne-lecroy Automation API for Bluetooth Analyzers Manual do Utilizador Página 57

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 110
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 56
51
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.5.2 IRecOptions::Save
Saves recording options into specified file
Parameters
ro_file_name - string providing the full pathname to the recording options file
Return values
ANALYZERCOMERROR_UNABLEOPENFILEunable to open file
Remarks
If specified file does not exists it will be create, if it exists it will be overwritten.
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName, InstrRev(WScript.ScriptFullName,
"\"))
Set Analyzer = WScript.CreateObject("CATC.Merlin")
Set RecOptions = Analyzer.GetRecordingOptions
' do the changes of recording options here
RecOptions.Save( CurrentDir & "Input\rec_options.rec" )
C++:
HRESULT Save (
[in] BSTR ro_file_name );
Vista de página 56
1 2 ... 52 53 54 55 56 57 58 59 60 61 62 ... 109 110

Comentários a estes Manuais

Sem comentários