.probe tran V(xi0.xi1.*) level=3
仿真發現不起作用,仍然是level=1.
debug后發現不能加tran,需要改成如下:
.probe V(xi0.xi1.*) level=3
也不知道為什么。