Teledyne-lecroy UWBTrainer Exerciser Script Language Manual de usuario Pagina 61

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 124
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 60
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
53
9.8 Revoke Condition Instruction
You can instruct the UWBTrainer to release all resources associated with some condition.
Especially do this if several conditions are not being used.
Format
ConditionRevoke( condition_name )
or
RevokeCondition( condition_name )
The instruction named parameter is:
Name: Condition name.
Example
Main
{
# Register the RX Frame condition named "HDR_COND_1".
RegRxFrmCondition ( HDR_COND_1 )
{
# Header Mask/Match
PLCP
{
DestAddr = 0xAABB
SrcAddr = 0xBEEF
}
}
# Do something.
# Revoke condition from the UWBTrainer condition list.
RevokeCondition ( HDR_COND_1 )
}
Vista de pagina 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 123 124

Comentarios a estos manuales

Sin comentarios