Index: trunk/doc/user/07_io/export_spice/raw.html =================================================================== --- trunk/doc/user/07_io/export_spice/raw.html (revision 7571) +++ trunk/doc/user/07_io/export_spice/raw.html (revision 7572) @@ -33,6 +33,28 @@ An array that is appended to the portmap attribute of the symbol by the plugin target_spice. Should contain lines that set spice/pinnum attributes on terminals. + + + spice/model + name a spice model to use. If spice/model_include is not specified, + the model must have a mod (or prm) file in the spice library. This + mod file must be a stand-alone file with a single .module or .subckt + and will be copied in the output netlist. If spice/model_include is + specified, the model is used without any model copied to the output + for this component. + + + spice/model_card + specify the whole model card, in-place; sch-rnd will generate a model + in the output using an unique name; when specified, spice/model is + ignored. + + + spice/model_include + specify the spice lib or mod file that should be included using .include; + sch-rnd does not edit the path, but makes sure there's only one .include + per unique attribute value +