SleepBetweenCommandsInterval

Top  Previous  Next

×V3.0.1Ø

S

A

W

WS

ü

ü

Valid for: SetStartup& SetRuntime

 

Syntax -

SetStartup SleepBetweenCommandsInterval <WaitTime in Milliseconds>

       Where:

               <WaitTime in Milliseconds> is a numeric value.

 

Description:

This command configures how long EMUE will pause or sleep between each command that it executes.  By default, there is no wait.  This command is used in combination with SleepBetweenCommandsFrequency, which determines how often the pause will take place.

 

Sample:

       The following line configures EMUE to pause for 10 milliseconds after every set of two commands.

SetStartup SleepBetweenCommandsInterval 10

SetStartup SleepBetweenCommandsFrequency 2

 

See Also:

SetRuntime