How to make a signal source in Multisim Blue

When I use Multisim Blue mouser version to simulation a circuit. I found that this version do not have a pulse source, so it is difficult to generate a pulse with delay. I found a method that could use pulse by make a component by component wizard. The steps as blew.
1) Select from menu. Tools->Component Wizard
comwiz1
Fill the Component name as you like. Select Simulation only. Then click Button “next”
comwiz2
Set the number of pins to 2. Then click Button “next”
comwiz3

Click Button “copy from DB”
comwiz4
Select Clock voltage. Then click Button “OK”
comwiz4_1
Click Button “Next”
comwiz5
click Button “Next”
comwiz6

Fill Model Name “pulseS” and Fill Model data with:

.SUBCKT pulseS CR1 CR2 PARAMS: V1=0 V2=15 TD=0NS TR=10NS TF=10NS PW=20US PER=100US
vV1 CR1 CR2 PULSE({V1} {V2} {TD} {TR} {TF} {PW} {PER})
.ENDS
Then click Button “Next”
comwiz7
Then click Button “Finish”. You can put the component on where you want.
comwiz8
When you want to change the parameter, you can right click the components and select “properties”, then click Tab “Value”

comwiz9Then click Button “Edit Model”
comwiz10Change the instance parameters to what you want.
And you can replace “pulse"()” in the model file to what spice could support. Like “Table”, “Value” and so on.

评论

此博客中的热门博文

High side switch with P-Channal MOSFET

How to Program XMC Mcu with XMCFlasher