Teledyne-lecroy SAS_SATA Automation API manual Manual de usuario Pagina 95

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 150
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 94
AutomationAPIforTeledyneLeCroySAS/SATAProtocolSuite 89
SASRecOptionsObject
TeledyneLeCroy
IRecOptions::SetRecMode
HRESULT SetRecMode (
[in] ERecModes rec_mode );
Setstherecordingmode.
Parameters
rec_mode Enumeratedvalueprovidingthemodetoset.
ErecModes enumeratorhasthefollowingvalues:
RMODE_SNAPSHOT ( 0 ) = snapshotrecordingmode
RMODE_MANUAL ( 1 ) = manualtrigger
RMODE_USE_TRG ( 2 ) = eventtrigger
ReturnValue
E_INVALIDARG Invalidrecordingmodespecified
Remarks
Thedefaultsettingofrecordingoptionsis"snapshot"recordingmode.
Example
WSH:
Set Analyzer =
WScript.CreateObject("LeCroy.SASAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetRecMode 2 ' Event trigger
C++:
Vista de pagina 94
1 2 ... 90 91 92 93 94 95 96 97 98 99 100 ... 149 150

Comentarios a estos manuales

Sin comentarios