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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 110
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 58
53
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.5.4 IRecOptions::SetBufferSize
Sets the size of buffer to record
Parameters
buffer_size - buffer size in bytes
Return values
E_INVALIDARGinvalid buffer size was specified
Remarks
This command sets the size of the buffer allocated in the internal memory of the system. Notice that
because of internal architecture considerations, the buffer size may be set to a greater value than
actually requested.
Note: If you set the buffersize to 2*1024, the Recording Options dialog box in the Merlin trace
viewer software will display 2.2 MB.
The default setting is 1Mb.
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName, InstrRev(WScript.ScriptFullName,
"\"))
Set Analyzer = WScript.CreateObject("CATC.Merlin")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetBufferSize 2*1024*1024' 2Mb
C++:
HRESULT SetBufferSize (
[in] long buffer_size );
Vista de página 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 ... 109 110

Comentários a estes Manuais

Sem comentários