SME: controlling source unit shouldn't be ohms
<!-- --------Before Creating a New Issue----------- * Limit report to a single issue. * Search the issue tracker to verify the issue has not already been reported. * Complete all instructions between `template comment markers <>. * Keep report contents limited to the necessary information required to fix the issue. * When creating an issue against the stable version of KiCad, make sure the latest available stable version is installed as issues may have already been resolved in later stable versions. --> # Description <!-- What is the current behavior and what is the expected behavior? --> <!-- If the issue is visual/graphical, please attach screenshots of the problem. --> <!-- Add the issue details below this line and before the "Steps to reproduce" heading. --> The SPICE Model Editor gives the unit for the controlling source as ohms. This is a reference to an external source model - it should be unitless. This is true for current-controlled voltage sources and current-controlled current sources. ![Screen_Shot_2024-02-23_at_6.05.51_PM](/uploads/a27c6fef31db1cd463373aa608b59cab/Screen_Shot_2024-02-23_at_6.05.51_PM.png) # Steps to reproduce <!-- If there are multiple steps to reproduce it or it is a visual issue, then providing a screen recording as an attachment to this report is recommended. --> <!-- If this issue is specific to a project, please attach the necessary files to this issue. --> <!-- Add the steps to reproduce using the numbers below --> <!-- Add new step numbers before the "KiCad Version" heading. --> 1. Symbol properties 2. Edit Simulation Model 3. Select Built-in SPICE Model, Device: Voltage Source, Type: Current-controlled 4. Look at "Controlling voltage source" parameter unit 5. Select Built-in SPICE Model, Device: Current Source, Type: Current-controlled 6. Look at "Controlling voltage source" parameter unit # KiCad Version ``` Application: KiCad Symbol Editor arm64 on arm64 Version: 8.0.0, release build Libraries: wxWidgets 3.2.4 FreeType 2.13.2 HarfBuzz 8.2.0 FontConfig 2.14.2 Platform: macOS Monterey Version 12.7.1 (Build 21G920), 64 bit, Little endian, wxMac wxWidgets: 3.2.4 (wchar_t,wx containers) Boost: 1.82.0 OCC: 7.7.2 Curl: 7.87.0 ngspice: 42 Compiler: Clang 14.0.3 with C++ ABI 1002 Build settings: ```
issue