Chimera Commands Index

Usage:
sleep number_of_seconds

Sleep causes command execution to pause for number_of_seconds seconds and then resume. This is useful in command scripts where a pause is desired. Such pauses will not be included in any movie that is being recorded, because no new frames are drawn during that time. To generate pauses that will be included in a recorded movie, the wait command should be used instead.

See also: wait