Hi. Everyone. I am new in Pspice. And is trying to use the function "VPWL_File" in there. I have double clicked the "VPWL_File" icon and change the directory to "C:\test_data.csv" and also, in the "simulation setting", I have included the test_data.csv in the "include file" tab. When I press "Run", error occurs--"Error--Invalid device"
I have attached all my circuit, error message and content of csv.
You might begin with manually editing (notepad) a simple
vpwlf input file, following the syntax from manuals. The .csv
might perhaps have delimiters at end-of-line that PSPICE
does not like, or it might lack continuation characters that
PSPICE wants, a header line, etc. There are dialect differences
between simulators and this isn't one I use.