Originally posted by: esun
I believe TD=# is used for an initial delay (i.e., if you're doing a transient and want to measure the rise time after a certain number of cycles, you may use TD=10ns).
I just tried this and it seems to work:
.MEASURE <DC|TRAN|AC> result FIND out_var1 AT=val
For example, if I want to measure the voltage at node vout at time t=10ms, I would write:
.MEASURE TRAN vout_at_10ms FIND v(vout) AT=10ms