Title: | VOLTAGE_CONTROLLED_SWITCH_LT |
Description: | The LTspice Voltage Controlled Switch together with its .model statement. Place the switch then place and edit a .model spice statement to define the parameters of the switch to which it is attached. Unlike in native LTspice where a collection of switches can be defined by a single .model statement, in EasyEDA, each switch must have its own .model statement. The .model statement must be like this: .model SW_x SW(Ron=10m Roff=1G Vt=0.5 Vh=0) Where x is the switch number in the device prefix. http://ltwiki.org/LTspiceHelpXVII/LTspiceHelp.html |