Hi All,
I have a question on using awvSaveToCSV function. When I am running corners, the csv file keeps getting overwritten as I write the expression as awvSaveToCSV(data "result.csv").
Is there a way to set the filename of the csv with a variable? Specifically, I learned that I could get the corner name of current sweep using axlGetCornerNameForCurrentPointInRun(). I am hoping that I could combine the two expressions so that I could do something like awvSaveToCSV(data "axlGetCornerNameForCurrentPointInRun().csv").
Thanks in advance for any help and suggestion.
Regards,
Charlie