Index: trunk/doc/user/07_io/export_spice/raw.html =================================================================== --- trunk/doc/user/07_io/export_spice/raw.html (revision 7516) +++ trunk/doc/user/07_io/export_spice/raw.html (revision 7517) @@ -16,13 +16,13 @@ spice/params - string; append string at the end of the spice line for this symbol; for example + string; append string at the end of the spice instance line for this symbol; for example spice/params=dc 0 ac 1 on a 2 terminal voltage source will result in: V1 netname1 netname2 dc 0 ac 1 spice/prefix - string; prefix the name of the component in the abstract model if it does not + string; prefix the name of the spice instance (component in the abstract model) if it does not already begin with this prefix; for example a mosfet called Q41 on the schematics with spice/prefix=M will become M_Q41; for the same symbol if spice/prefix=Q, the component name will be Q41. When present,