
LeCroy Corporation
Scenario Batch Files
376
Sierra M6
‐
2 SAS/SATA Protocol Analyzer User Manual
Sleep
Used to sleep for a few seconds.
Format
Sleep(Duration)
Parameters
Duration
: Integer or random duration in milliseconds
Example
Sleep(100)
Beep
If specified condition is satisfied, the system beep for specified duration.
Format
Beep (Duration, Frequency)
Parameters
Duration
: Integer or random duration in milliseconds
Frequency
: Frequency in hertz
Example
IfIsStopped(0x83456, 4)) then
{
Beep (2, 20)
Run (0x83456,"Identify_Disparity error", 8)
}