Index: 06_features/simulation/index.html =================================================================== --- 06_features/simulation/index.html (revision 8842) +++ 06_features/simulation/index.html (revision 8843) @@ -9,9 +9,9 @@

There are two levels of the implementation:

@@ -30,8 +30,8 @@

The low level simulation is recommended if:

@@ -123,7 +123,7 @@

In the list of properties for presentation and in the positive and negative connection of an add modification, node addresses are used. A node -address is either the name of an abstract network or apair of +address is either the name of an abstract network or a pair of abstract component and port name, e.g. CN2-4 means "port 4 of component CN2". @@ -166,7 +166,7 @@ Sheets and project created before 1.0.2 will typically lack this view. Adding the view is trivial either in the view GUI and in the project file. The most important aspects is to include target_sim_ngspice at the end of the -engline list ad include std_forge before that. +engine list ad include std_forge before that.

As of 1.0.2, the ordered engine list for the sim_ngspice view is:

    @@ -210,7 +210,7 @@

    The extra symbols drawn for spice simulation may interfere with other workflows, -e.g. if the same project is used as a soruce for a PCB workflow. There are +e.g. if the same project is used as a source for a PCB workflow. There are multiple mechanisms to deal with this:

    • the classic approach: draw spice-related extras on separate sheet and do not include that sheet in workflows different than spice @@ -221,7 +221,7 @@

      Test benching

      The test bench mechanism is responsible for selecting parts of the circuit -for simulation. Test benching operatos on project level. It is implemented +for simulation. Test benching operates on project level. It is implemented using the test_bench project stance and forge-if/test_bench attribute in symbols and wirenets to conditionally omit objects that are not part of @@ -257,7 +257,7 @@

      Test benching in the config

      The project stance test_bench is part of the config tree: /stances/test_bench -is a string containign the name of the currently activated test bench; +is a string containing the name of the currently activated test bench; /stances/test_bench_values is an array of all known test bench names. These shall be set on the project role (so they are part of the project file). The GUI expects and edits them on the project role.