Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Manual de usuario Pagina 23

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 64
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 22
Verification Script Engine Reference Manual
18
10.3 DontSendLevel()
This function specifies that events of specified transaction level should NOT be sent to the
script.
Format : DontSendLevel( level )
Parameters: levelThis parameter can be one of following values:
_FRM DO NOT send Frame level events
_SEQ DO NOT send Sequence level events
Example:
DontSendLevel( _FRM ); # - DO NOT send frame level events
DontSendLevel( _SEQ ); # - DO NOT send sequence level events
10.4 SendChannel()
This function specifies that events occurred on specified channel should be sent to script.
Format : SendChannel( channel )
Parameters: channelThis parameter can be one of following values:
_CHANNEL_1 ( = 1 ) send events from channel 1
_CHANNEL_2 ( = 2 ) send events from channel 2
_CHANNEL_3 ( = 3 ) send events from channel 3
_CHANNEL_4 ( = 4) send events from channel 4
_CHANNEL_5 ( = 5 ) send events from channel 5
_CHANNEL_6 ( = 6 ) send events from channel 6
_CHANNEL_7 ( = 7 ) send events from channel 7
_CHANNEL_8 ( = 8 ) send events from channel 8
Example:
SendChannel(_CHANNEL_1); # - send events from channel 1
SendChannel(_CHANNEL_5); # - send events from channel 5
SendChannel( 6 ); # - send events from channel 6
SendChannel( 8 ); # - send events from channel 8
Vista de pagina 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 ... 63 64

Comentarios a estos manuales

Sin comentarios