您的当前位置:首页正文

中变压器 修改

2022-05-22 来源:小奈知识网
multisim中各种变压器都是什么意思? 2010年05月21日 星期五 03:35 P.M.

例如SUBCKT ts_pwr_10_to_1 1 2 3 4 5 //.SUBCKT 是子电路命令。此子电路名为 “ts_pwr_10_to_1 ”;有5 个引脚

* *1, 2-- primary winding, *3,4-- secondary terminal, 5-- neutural //注释行。1,2为主绕组;3,4为副绕组终端;5为中间抽头。 Rs1 1 11 1.000e-3 //Rs1 为1 11端之电阻,值为1/1000欧。 Rl2 31 3 1.000e-3 //R12 为31 1端之电阻,值为1/1000欧。 Rl3 41 4 1.000e-3 //R13 为41 1端之电阻,值为1/1000欧。 L1 11 2 5.000e+000 //L1为 11 2端之电感量,值为1亨。 L2 31 5 5.000e-002 //L1为 31 5端之电感量,值为0.05亨。 L3 5 41 5.000e-002 //L1为 5 41端之电感量,值为0.05亨。

K12 L1 L2 9.999e-001 //K12 为L1和 L2之间的耦合系数,值为0.9999。注:0K13 L1 L3 9.999e-001 //K13 为L1和 L3之间的耦合系数,值为0.9999。 K23 L2 L3 9.999e-001 //K12 为L2和 L3之间的耦合系数,值为0.9999。 .ENDS //子电路结束。

============= Model template ================= 这些可以按以下步骤找到: 1. Start up Multisim.

2. Enter the Basic Bin and click on the Linear Transformer button (Transformer with the center tap). 3. In the Browser - Basic window, click on the TS_IDEAL Transformer Model. 4. Click on the Edit button at the bottom of the window.

5. Click Ok on the Database Select - To window (should be set at User). 6. In the Component Properties window, click on the Model Tab and under the Model Data window

,找到之后都有对应,你也可以修改里面的参数

因篇幅问题不能全部显示,请点此查看更多更全内容