Electronic – LTSpice PWL issue with Trigger

ltspice

Perhaps someone can help me. I have a problem with the trigger function in LTSpice.

I load a PWL file and add the following Syntax behind it:
PWL (File.xx) Trigger V(n001)>1

LTSpice gave me an error saying Unknown parameter "trigger".

Does anyone know why the trigger is not working?

enter image description here

Best Answer

You use an incorrect syntax.

The correct syntax is : "PWL file=FILENAME.txt Trigger V(n001)>1"