Wait commands – Teledyne LeCroy SAS Suite User Manual User Manual

Page 243

Advertising
background image

SASSuite User Manual

Version 6.25

LeCroy Corporation

233

Wait

Commands

Syntax: WAIT_FOR { <command1> <command2> ... <group1> <group2> ... }

WaitCommand Name

Description

WF_TIMEOUT

Timeout Credit Available

When WF_TIMEOUT is requested in WAIT_FOR command
the wait session will be released after timeout has elapsed.

The Timeout value can be set two different ways:
1. Through the global WaitTimeout setting that can appear

anywhere in generation. Default value is 1000 microsec-
onds.

Syntax:

Set WaitTimeout = <value> (in microseconds)

2. Through local WaitTimeout value for this specific wait

session.

Syntax:

WAIT_FOR ( <number_of_microseconds> ) {
WF_TIMEOUT <other_wait_commands> }
In this case wait for other commands will be released no
later then after number_of_microseconds, but global Wait-
Timeout value remains unchanged for future use.

See Generation\Include\

WaitCommands.inc in your SASTracer program folder for
the samples of syntax.

WF_SOF

primitive

WF_EOF

primitive

WF_SOAF

primitive

WF_EOAF

primitive

WF_ACK

primitive

WF_NAK_CRC_ERROR

primitive

WF_NAK_RESERVED_0

primitive

WF_NAK_RESERVED_1

primitive

WF_NAK_RESERVED_2

primitive

Advertising