Re: .STEPping a .WAVE file output
Very nice!
I used to have a good mass rename/redate tool for Windows, but it¡¯s been a while.
?
Thak you!
Dave
?
toggle quoted message
Show quoted text
From: [email protected] <[email protected]>
On Behalf Of ericsson.sunshine via groups.io
Sent: Monday, March 24, 2025 6:27 PM
To: [email protected]
Subject: EXTERNAL: Re: [LTspice] .STEPping a .WAVE file output
?
I have tested the following methods, plus the *.bat running under Windows OS.
.step param stp 1 6 1
.param fs {stp*1k}
.wave {stp} 16 44.1k V(out)
" --> it generates the file 1, 2,...,6
Then run the batch file, as following: (save it to file & name it to ***.bat)
@echo off
for %%f in (1 2 3 4 5 6) do (
? ? if exist "%%f" ren "%%f" "%%f.wav"
)
echo Renaming complete!
pause
Not sure if that's my naive, I tried the website of Analog Device, it doesn't release
LTspice 24.1.6 yet.
|