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

verifExportSnapshotsToExcel

verifExportSnapshotsToExcel(
g_sessionId
t_fileName
g_exportAll
)
=> t / nil

Description

Exports the snapshot to the specified MS Excel file.

Arguments

g_sessionId

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

t_fileName

Name of the MS Excel file.

g_exportAll

Boolean to specify whether all the snapshot data or only visible properties need to be exported to the MS Excel file.

Value Returned

t

Export of snapshots to MS Excel file is successful.

nil

The command is not successful.

Examples

The following example starts a Verifier session with a cellview 'test/snapshots/verifier' and exports snapshots to an MS Excel file.

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

Export the visible snapshots data with format to Excel file.

verifExportSnapshotsToExcel(uid "mySnapshots")
INFO (VERIFIER-10019): Beginning export of snapshots to Excel file 'mySnapshots.xlsx'...
=> t
INFO (VERIFIER-10020): Successfully exported snapshots to Excel file 'mySnapshots.xlsx'.

Export all the snapshots data with format to Excel file.

verifExportSnapshotsToExcel(uid "mySnapshots_all" t)
INFO (VERIFIER-10019): Beginning export of snapshots to Excel file 'mySnapshots.xlsx'...
=> t
INFO (VERIFIER-10020): Successfully exported snapshots to Excel file 'mySnapshots.xlsx'.

Related Topics

verifAreSnapshotsEnabled

verifCompareImplementationsFromSnapshot

verifExportSnapshotsToExcel

verifGetSnapshotsData

verifRestoreFromSnapshot

Snapshot Functions


Return to top
 ⠀
X