LTSpice Simulaton Taking long time and ouput is Not coming as expected

Thread Starter

hoyyoth

Joined Mar 21, 2020
309
Dear Team,

I am simulating the below circuit using LTspice.In this circuit you can see that a MUX/DMUX is driving a BJT.
My expected output is 3V at Vout node.
When I am simulating this circuit it is taking lond time.I pressed ESC to end but at that time output is not
coming as expected.
May I know what happened.Please find the attached Ltspice file and PSPICE model of TMUX1308
1640769778971.png
Regards
HARi
 

Attachments

eetech00

Joined Jun 8, 2013
3,953
Dear Team,

I am simulating the below circuit using LTspice.In this circuit you can see that a MUX/DMUX is driving a BJT.
My expected output is 3V at Vout node.
When I am simulating this circuit it is taking lond time.I pressed ESC to end but at that time output is not
coming as expected.
May I know what happened.Please find the attached Ltspice file and PSPICE model of TMUX1308
View attachment 256304
Regards
HARi
You have a node labeled 5V at the junction of R2/S1 but you do not have a voltage source labeled 5V.
Attach a node label named 5V to the output of V1.

Also,

Use this .tran statement:

.tran 1m startup
 

ericgibbs

Joined Jan 29, 2010
18,849
Hi N200,
Download TMUX1308 Spice model from that link.
Unzip it [ I unzip to my desktop]
Locate the TMUC1308.lib , copy it to your desktop, rename it to TMCU1308.sub

Run LTS and open the TMCU1308.sub file [ you will have to click bottom right to see and select All types]
scroll down the listing until this line.

.SUBCKT TMUX1308 S4 S6 D S7 S5 EN NC GND A2 A1 A0 S3 S0 S1 S2 VDD THERMALPAD
Right click on it.

Then select Create Symbol


E

EG57_ 1016.png
 

Attachments

Nicu200

Joined Jul 31, 2023
2
Hi N200,
Download TMUX1308 Spice model from that link.
Unzip it [ I unzip to my desktop]
Locate the TMUC1308.lib , copy it to your desktop, rename it to TMCU1308.sub

Run LTS and open the TMCU1308.sub file [ you will have to click bottom right to see and select All types]
scroll down the listing until this line.

.SUBCKT TMUX1308 S4 S6 D S7 S5 EN NC GND A2 A1 A0 S3 S0 S1 S2 VDD THERMALPAD
Right click on it.

Then select Create Symbol


E

View attachment 299499

Hello

Thank you very much it is working,in the meantime I did something else, only now I took the steps you told me
Thank you for fast reply
 
Top