vxfiSetLVSQueryOutputDirectory
vxfiSetLVSQueryOutputDirectory(
t_sessionName
t_runName
t_directory
)
Description
Specifies the path to the LVS output directory in which the input data is stored for extraction.
Arguments
Value Returned
Examples
The following example specifies that the name of the LVS directory is svdb:
vxfiSetLVSQueryOutputDirectory(vxfiSession, extName, "./golden_files/lvs_run/svdb/")
Return to top