Batch mode - how to get output?

I am able to use PyQSPICE to run QSPICE in batch mode. It creates a .net file, simulates, and it generates a .qraw file. But I have .MEAS statements, so I expect to be see these in a .log file or some other output file. Using Grok to help me figure it out, but we’re stuck. Don’t know what to try next.

.meas is not from QSPICE64.exe or QSPICE80.exe. QSPICE*.exe is to generate .qraw from netlist (.cir). .meas is a post-processing from .cir with .qraw file. Here is a discussion of this same question in this forum. Type keyword “batch .meas” in search and possibly this topic will pop up.

Read out the results from .meas command external (e.g. Python) - QSPICE - Qorvo Tech Forum