I want to observe signals from Simscape model in SDI. Since I don't want to use explicit Voltage Sensor and Current Sensor blocks I decided to log all signals by default.
In Configuration Parameters -> Simscape -> Data Logging I selected "Log simulation data -> All" and checked "Record data in Simulation Data Inspector".
In SDI I get the whole log for every element in the circuit, which is great.
However, there are more signals available for each element as one would expect (i.e.voltage, current, power). For example, a log for a diode contains i, v, and power_dissipated, but there are also sublevels "n" and "p", each containg signal v. What are those signals? The same behaviour applies to other elements in the circuit, e.g. inductor, resistor.