<snip>
Hi Tony and others,
Three more questions:
1) If prefix for an nmos.asy symbol is stated as MN, what does that mean?
2) Could you also try to explain what an intrinsic model is, I don't think I exactly understand that?
3) Is it possible to place a model elsewhere than under the \lib\sub folder or schematic folder besides from an website?
Regards
Carsten
</snip>
Hello Carsten,
1. The MN prefix tells SPICE that the device is an N-channel MOSFET.
2. An intrinsic device is a fancy name for a circuit element that is built in to the SPICE code. Please read the LTspice>Circuit Elements section of the Help for a complete list.
3. It is frequently recommended to avoid placing any user files in any part of installation tree, particularly if you expect to have to share simulation files with co-workers etc (it may also be overwritten in an update if Mike introduces a file of the same name - unlikely, but possible). This is because you cannot everyone else will have the same files there; you should only assume they will have the installation defaults. The advice is therefore to place any user files (.models, subcircuits, .meas scripts) in the folder containing the top level schematic. LTspice will always find them there. In principle, you can place a model anywhere if you provide an absolute path to the file in the .inc statement, but it's asking for trouble. Nevertheless, people continue to ignore the advice.
Regards,
Tony