Teledyne-lecroy SAS_SATA Tracer_Trainer Automation API Manual Manual de usuario Pagina 53

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 94
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 52
LeCroy Corporation Automation API for SAS/SATATracer/Trainer Manual Version 1.11
53
5.1.4 IRecOptions::SetBufferSize
HRESULT SetBufferSize (
[in] long buffer_size );
Sets the size of the recording buffer.
Parameters
buffer_size Size of the recording buffer in bytes
Return values
E_INVALIDARG –
invalid buffer size was specified
Remarks
The default setting is 16 MB for Conventional Recording mode and 120 GB or 12.5 hours
for Spooled Recording Mode.
Example
WSH:
Set Analyzer = WScript.CreateObject("LeCroy.SASAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetBufferSize 2*1024*1024 ' 2 MB
C++:
Vista de pagina 52
1 2 ... 48 49 50 51 52 53 54 55 56 57 58 ... 93 94

Comentarios a estos manuales

Sin comentarios