delay#

command.delay(p0: int) int#

Causes a delay between each command while playing commands from a command file.

This command is useful for slowing down the playback speed of command files. It is typically used when playing command files for demos.
Args:
p0:

‘value’ time in seconds

Examples:
ensight.command.delay_refresh("OFF")
ensight.command.delay(2)
Returns:

zero on success, non-zero on error