::hw::pmgr::PmgrIsReplayMode

Syntax

::hw::pmgr::PmgrIsReplayMode

Arguments

None

Returns

(true or false) True if it is in replay mode; false otherwise.

Throws error (if any)

Example

set bReplayMode [::hw::pmgr::PmgrIsReplayMode];
if {$bReplayMode == "true"} {
   …
};