Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiIsInReplay

hiIsInReplay( )
=> t / nil

Description

Indicates whether your Virtuoso session is in replay mode, that is, if commands are being executed from a replay file, which is typically a log file. Your session is in replay mode if you are running a Virtuoso workbench with the -replay logfile or -test option or if you are replaying a file with the hiReplayFile SKILL function.

The hiIsInReplay function returns t while commands are being executed from the replay file. When the end of the file is reached and normal, interactive use of the CIW is possible, the function returns nil.

Arguments

None

Value Returned

t

Your Virtuoso session is in replay mode.

nil

Your Virtuoso session is not in replay mode.

Related Topics

Log File Functions

hiReplayFile


Return to top
 ⠀
X