Teledyne-lecroy UWBTracer Verification Script Engine Manual Manual de usuario Pagina 44

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 95
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 43
LeCroy Corporation Verification Script Engine Manual, version 2.2
9.19 SendAggDataFrames()
This function specifies more precise tuning for Aggregated Data frames.
Format: SendAggDataFrames(dest_id, src_id, subtype)
Parameters:
dest_id This parameter specifies that only Aggregated Data frames containing Destination Id
with the same value are sent. (The value_ANY means any Destination Id is accepted.)
src_id This parameter specifies that only Aggregated Data frames containing Source Id with
the same value are sent. (The value_ANY means any Source Id is accepted.)
sub_type This parameter specifies that only Aggregated Data frames having SubType field with
the same value are sent. (The value_ANY means any SubType is accepted.)
Example:
# Send any Aggregated Data frames.
SendAggDataFrames();
# Send Aggregated Data frames having Destination Id 0xBEEF.
SendAggDataFrames (0xBEEF);
# Send Aggregated Data frames having Destination Id = 0xBEEF and
# Source Id = 0xAABB.
SendAggDataFrames (0xBEEF, 0xAABB);
# Send Data Aggregated frames having Frame SubType = 14.
SendAggDataFrames (_ANY, _ANY, 14);
Page 44 of 95
Vista de pagina 43
1 2 ... 39 40 41 42 43 44 45 46 47 48 49 ... 94 95

Comentarios a estos manuales

Sin comentarios