2024年3月21日发(作者:莫英范)
修改变压器参数的方法
第一种方法:
.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端之电感量,值为5亨。
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。注:
0 K13 L1 L3 9.999e-001 //K13 为L1和 L3之间的耦合系数,值为0.9999。 K23 L2 L3 9.999e-001 //K12 为L2和 L3之间的耦合系数,值为0.9999。 .ENDS //子电路结束。 ============= Model template ================= 如想更改变比,可试行修改电感量。 第二种方法 在Multisim中创建一个230/12V的变压器 To create a 230 to 12 volt transformer, please follow the instructions below: 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.
2024年3月21日发(作者:莫英范)
修改变压器参数的方法
第一种方法:
.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端之电感量,值为5亨。
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。注:
0 K13 L1 L3 9.999e-001 //K13 为L1和 L3之间的耦合系数,值为0.9999。 K23 L2 L3 9.999e-001 //K12 为L2和 L3之间的耦合系数,值为0.9999。 .ENDS //子电路结束。 ============= Model template ================= 如想更改变比,可试行修改电感量。 第二种方法 在Multisim中创建一个230/12V的变压器 To create a 230 to 12 volt transformer, please follow the instructions below: 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.