Hi all..
I need to generate the regression report (of selected sessions) in the form of csv file in cadence vManager tool in Batch mode using batch mode commands. The command I used is -
vmanager -execcmd csv_export -sessions -filter "start_time:=6/17/19 10:49 PM" -out regr.csv > temp
But I have been getting the following error-
*E,CMDERR: Command line error: Unrecognized option: -sessions
Can someone please let me know what exactly is causing error here and help me with this?