Teledyne-lecroy UWBTrainer Exerciser Script Language Manual do Utilizador Página 57

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 124
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 56
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
49
# Register Rx Frame condition: Any Rx Frame with error FCS error
# or Unsupported rate error and a lower duration of 65536-131072 us
# ( the lower duration is checked using a declared local variable,
# Upper_Duration_Lo, which is set to the upper byte of Duration_Lo)
RegRxFrmCondition( RX_FRM_COND )
{
RxFrameInfo
{
FCSError = 1
UnsptdRate = 1
Upper_Duration_Lo: 48,16 = 0x0001
}
}
# Register Rx Frame condition: Any Data Frame with duration from
# 15 us to 18 us.
RegRxFrmCondition( RX_FRM_COND )
{
# RxFrameInfo and Frame hdr-payload mask/match pattern can be
# in any order.
RxFrameInfo
{
Duration_Lo = 15
Duration_Hi = 18
}
# hdr-payload mask/match pattern
PLCP
{
FrameType = DATA
}
}
}
Vista de página 56
1 2 ... 52 53 54 55 56 57 58 59 60 61 62 ... 123 124

Comentários a estes Manuais

Sem comentários