draw in pspice

tshuck

Joined Oct 18, 2012
3,534
The problem is with L1 and R1, see those green bubbles next to them for more information.

Did you check the session log?
 

Thread Starter

one(1)

Joined Oct 6, 2014
27
Did you get the first problem (post #1) solved yet?
*Analysis directives:
.TRAN 0 8MS 0
.OPTIONS ADVCONV
.PROBE64 V(alias(*)) I(alias(*)) W(alias(*)) D(alias(*)) NOISE(alias(*))
.INC "..\SCHEMATIC1.net"



**** INCLUDING SCHEMATIC1.net ****
* source @TSET@
E_LAPLACE1 N00126 0 LAPLACE {V(0)} {(1)/(1/s)}
C_C1 N00140 N00133 1/s
L_L1 0 N00140 1s
R_R1 N00133 N00126 1

**** RESUMING !tset!.cir ****
.END

WARNING(ORPSIM-15171): 49.9915 percent of E_LAPLACE1 impulse response is non-causal.

WARNING(ORPSIM-15172): It should be delayed by at least 9.33838e-007 sec.

*******************************************************************
hello
now see my answer in (post #4);)
 

Attachments

MrAl

Joined Jun 17, 2014
11,486
Hello,

In your second to last step in "4.jpg" it looks like you have a "30" when it should be "30000". Doing that fixes it.

I dont see what you were trying to do for your last step, what is that for?

The solution should look like A/(s*(s+B))...

Like this: 37500/(s*(s+2500))
 
Last edited:

Thread Starter

one(1)

Joined Oct 6, 2014
27
Hello,

In your second to last step in "4.jpg" it looks like you have a "30" when it should be "30000". Doing that fixes it.

I dont see what you were trying to do for your last step, what is that for?
ok nice , the Vo=0v true?
and I read the question a lot, the question want only t=0 true?
what is mean last step?
 

Attachments

Thread Starter

one(1)

Joined Oct 6, 2014
27
Hello,

In your second to last step in "4.jpg" it looks like you have a "30" when it should be "30000". Doing that fixes it.

I dont see what you were trying to do for your last step, what is that for?

The solution should look like A/(s*(s+B))...

Like this: 37500/(s*(s+2500))
but I think (2K) * ( 15/s m) = 30/s
 

Thread Starter

one(1)

Joined Oct 6, 2014
27
Hello,

In your second to last step in "4.jpg" it looks like you have a "30" when it should be "30000". Doing that fixes it.

I dont see what you were trying to do for your last step, what is that for?

The solution should look like A/(s*(s+B))...

Like this: 37500/(s*(s+2500))
Ix= (R / ( Zl + R )) ( Iin )

= 2K (15/s )/( 0.8s ) + ( 2K )

= 30 / s( 0.8s +2K ) A
true?
 

MrAl

Joined Jun 17, 2014
11,486
Ix= (R / ( Zl + R )) ( Iin )

= 2K (15/s )/( 0.8s ) + ( 2K )

= 30 / s( 0.8s +2K ) A
true?
Hi,

Yeah that doesnt look right because 2000*15 is not 30, it's 30000 (you wrote 2k*15 and got 30 somehow).
2*15=30
2k*15=30000
2k*15=30k not just 30.
 

full

Joined May 3, 2014
225
Hi,

Yeah that doesnt look right because 2000*15 is not 30, it's 30000 (you wrote 2k*15 and got 30 somehow).
2*15=30
2k*15=30000
2k*15=30k not just 30.
hello MrAl
(2K) * ( 15/s m) = 30/s
is mean (2 * 10^3) * ( 15 * 10^-3/s ) = 30/s ;)
thanks
 
Top