On Wed, Feb 26, 2025 at 01:35 PM, Tony Casey wrote:
.subckt <name> 1 2 3
..
..
.ends <name>
From ngspice-44 manual section 2.10:
The .LIB statement allows including library descriptions into the input file. Inside the *.lib
file a library libname will be selected. The statements of each library inside the *.lib file are
enclosed in .LIB libname <...> .ENDL statements.
From above I believe the "markers" are .LIB and .ENDL statements within the library file itself. I'll do a test using them within a my library.
?
Carlo.
?