Product Documentation
Virtuoso ADE Verifier SKILL Reference
Product Version IC23.1, November 2023

verifDeleteSnapshotConfiguration

verifDeleteSnapshotConfiguration(
g_sessionId
t_configName
)
=> t / nil

Description

Deletes the snapshot configuration with the specified name.

Arguments

g_sessionId

Integer, string number, or window specifying the Verifier session ID. For example, 0, "0", or window(2).

t_configName

Name of the configuration.

Value Returned

t

Snapshot configuration is deleted successfully in the specified Verifier session.

nil

Snapshot configuration does not exist or the command is not successful.

Examples

The following example starts a Verifier session with a cellview 'test/snapshots/verifier' and deletes the snapshot configuration.

uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0

Deletes the snapshot configuration 'diff'.

verifDeleteSnapshotConfiguration(uid "diff")
=> t

Deletes a nonexistent snapshot configuration.

verifDeleteSnapshotConfiguration(uid "config")
*WARNING* (VERIFIER-5006): verifDeleteSnapshotConfiguration : Cannot delete snapshots configuration 'config' as it does not exist in the current session.
=> nil

Related Topics

verifCreateSnapshotConfiguration

verifDeleteSnapshot

verifSetSnapshotConfiguration

Snapshot Functions


Return to top
 ⠀
X