By default, Xyce measurements return "-1" if they ...
# xyce
m
By default, Xyce measurements return "-1" if they fail. This is generally bad because you can have negative measurements. So, if instead, I set ".OPTIONS MEASURE MEASFAIL=1", it prints FAILED according to the documentation. The problem is, that it puts FAILED in the mt0 file even though the measurement succeded!
Copy code
CLK2Q_DELAY = 1.186285e-10 with trig time= 2.000000e-08 and targ time= 2.011863e-08
Measure Start Time= 1.900000e-08        Measure End Time= 4.000000e-08
In the mt0:
Copy code
CLK2Q_DELAY = FAILED
e
OK. I will open an issue on this.