Suppose something like this: <img width="733" height="371" alt="Image" src="https://github.com/user-attachments/assets/ea0c11e0-38aa-4993-82fa-c3e2bacbf863" /> The ports are connected via ``` part tempSensor : TemperatureSensor; part opAmp : Opa333Aid; connect opAmp.analogIn to tempSensor.analogOut; ``` But it's not rendered. Is my approach wrong?
Suppose something like this:
The ports are connected via
But it's not rendered. Is my approach wrong?