Post Go back to editing

{Request} Wildcards in .wave statement

Thread Summary

The user requested support for parameterized filenames in the .wave directive for LTspice to automate the naming of multiple WAV files generated from simulations. The final answer confirmed that string parameter concatenation is supported in LTspice versions 24.1 and higher, using the '+' operator. The user encountered issues with string parameters in version 24.0.9 but successfully tested the feature after updating to version 26.0.1. The user also inquired about writing B-sources across multiple lines for better readability, which remains unresolved.
AI Generated Content
Category: Software
Software Version: 24.0.9

To keep a long story short:

I'd like to post a request. It would be nice, if you could add parameter-support for the filename in the wav-output directive. 

Something like:

.wave {filename} 24 176400 V(out)

or something like:

.wave output_#_{number}.wav 24 176400 V(out). 

My schematic puts out 10 Waves in parallel - and i have to do 12 different runs (with different global parameters). I need to edit every single file-name of my 10 WAV-outputs - for every new run - to include the changed parameter. Makes 120 manual edits per circuit. It would be nicer, if i could insert the parameter into the filename - automatically. I hope you understand.

Greetings 

J.H.