16 exit instruction, Exit instruction – Teledyne LeCroy Voyager Exerciser Generation Script Language Manual User Manual

Page 96

Advertising
background image

Teledyne LeCroy

Voyager USB 3.0 Exerciser Generation Script Language Reference Manual

87

9.16 Exit Instruction

You can stop script execution at any time.

Format

Exit

Example

Main

{

Loop(

100

)

{

Send

TX_PACKET

}

# Stop script execution after sending 100 packets.

Exit

Send

TX_PACKET

# Note: This instruction will not execute.

}

Advertising