It seems like the PLECS netlist parser is having trouble with the differential voltage syntax V(G,S)=0 inside the .IC statement.
Could anyone guide me on how to properly format this initial condition so that PLECS can parse it successfully, or should I modify/remove this statement. If it’s not strictly necessary for the simulation?
For this Wolfspeed model, I would first try commenting out or removing that line. A gate-source initial voltage of 0 V is usually just a default starting condition, and the gate-source voltage should be determined by the connected gate drive and circuit during simulation.
If an initial condition is really required, it would need to be rewritten in a supported, node-referenced form. For example, V(G)=0 is syntactically valid, but it is only equivalent to V(G,S)=0 if node S is ground. Otherwise, it changes the meaning and should not be used as a direct replacement.