Running the ModelingtoolkitStandardLibrary example DCMotor https://docs.sciml.ai/ModelingToolkitStandardLibrary/stable/tutorials/dc_motor_pi/
Running the code as is it throws below error in the @named model = DCMotor()
:
Error message from Latexify
Failed to show value:
AssertionError: latexify does not support objects of type ModelingToolkitStandardLibrary.Blocks.AnalysisPoint.
The error is thrown from the analsysis points “:y” and “:u” in the example. Removing them from the connect()
s OR suppressing the output from the @named assignment by adding;
, the example runs fine.
Is this a problem with my Latex or Julia somewhere?
Julia 1.11.1
[0c46a032] DifferentialEquations v7.14.0
[f6369f11] ForwardDiff v0.10.36
[961ee093] ModelingToolkit v9.47.0
[16a59e39] ModelingToolkitStandardLibrary v2.16.0
[1dea7af3] OrdinaryDiffEq v6.89.0
[91a5bcdd] Plots v1.40.8
[7f904dfe] PlutoUI v0.7.60
[44cfe95a] Pkg v1.11.0